File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,20 @@ Make sure you have the following dependencies installed:
35
35
Link to [ `Semi-supervised-sequence-learning-Project'] ( https://github.com/sanjay-kv/Semi-supervised-sequence-learning-Project )
36
36
Follow these instructions on [ how to fork a repository] ( https://help.github.com/en/articles/fork-a-repo )
37
37
38
- 2 . Clone the repository to your local machine.
39
- ```
40
- git clone [email protected] :your-username/Semi-supervised-sequence-learning-Project.git
41
- ```
42
- 3 . Clone the repository to your local machine.(from HTTPS)
43
- ```
44
- https://github.com/your-username/Semi-supervised-sequence-learning-Project.git
38
+ 2 . ** Clone the Repository to your local machine**
39
+ - using SSH:
40
+ ```
41
+ git clone [email protected] :your-username/Semi-supervised-sequence-learning-Project.git
42
+ ```
43
+ - Or using HTTPS:
44
+ ```
45
+ git clone https://github.com/your-username/Semi-supervised-sequence-learning-Project.git
46
+ ```
47
+ 3. **Navigate to the project directory.**
45
48
```
49
+ cd Semi-supervised-sequence-learning-Project
50
+ ```
51
+
46
52
47
53
## Usage
48
54
You can’t perform that action at this time.
0 commit comments