Skip to content

Commit d666e80

Browse files
authored
Merge pull request #145 from pearll12/main
Edited installation in README to make it clearer
2 parents 769b97f + 54c03b9 commit d666e80

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,20 @@ 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.
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.**
4548
```
49+
cd Semi-supervised-sequence-learning-Project
50+
```
51+
4652
4753
## Usage
4854

0 commit comments

Comments
 (0)