Skip to content

Commit 3b97a5d

Browse files
authored
Update README.md
Made the instructions in installation clearer by mentioning how to clone the repository using SSH and HTTPS. Also added a step to navigate to the project directory on the local system.
1 parent 769b97f commit 3b97a5d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,21 @@ Make sure you have the following dependencies installed:
3535
Link to [`Semi-supervised-sequence-learning-Project'](https://github.com/sanjay-kv/Semi-supervised-sequence-learning-Project)
3636
Follow these instructions on [how to fork a repository](https://help.github.com/en/articles/fork-a-repo)
3737

38-
2. Clone the repository to your local machine.
38+
2. **Clone the repository to your local machine.**
39+
- using SSH
3940
```
4041
git clone [email protected]:your-username/Semi-supervised-sequence-learning-Project.git
4142
```
42-
3. Clone the repository to your local machine.(from HTTPS)
43+
or
44+
- using HTTPS
4345
```
4446
https://github.com/your-username/Semi-supervised-sequence-learning-Project.git
4547
```
48+
3. **Navigate to the project directory.**
49+
```
50+
cd Semi-supervised-sequence-learning-Project
51+
```
52+
4653

4754
## Usage
4855

0 commit comments

Comments
 (0)