Skip to content

Commit b265a2c

Browse files
authored
Merge pull request #5 from AlexTes/patch-1
Fix manual installation instruction in README
2 parents ee20160 + e1bc387 commit b265a2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ docker run <docker opts> romansemko/nelson.gui <nelson.gui command line opts>
5555

5656
### Installing Manually
5757

58-
Checkout the project
58+
Clone the project
5959

6060
```
61-
git checkout https://github.com/SemkoDev/nelson.gui.git
61+
git clone https://github.com/SemkoDev/nelson.gui.git
6262
cd nelson.gui
6363
yarn install --pure-lockfile
6464
node build/nelson.gui.js

0 commit comments

Comments
 (0)