-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
edited installation to make it clearer
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,8 @@ Make sure you have the following dependencies installed: | |
Link to [`Semi-supervised-sequence-learning-Project'](https://github.com/sanjay-kv/Semi-supervised-sequence-learning-Project) | ||
Follow these instructions on [how to fork a repository](https://help.github.com/en/articles/fork-a-repo) | ||
|
||
2. **Clone the Repository** | ||
- Clone the repository to your local machine using SSH: | ||
2. **Clone the Repository to your local machine** | ||
- using SSH: | ||
``` | ||
git clone [email protected]:your-username/Semi-supervised-sequence-learning-Project.git | ||
``` | ||
|