cd: web2.0: No such file or directory

This commit is contained in:
Antti Mäki
2019-05-27 18:01:39 +00:00
parent c9962c4d8e
commit 7133f36e5d
+1 -1
View File
@@ -28,7 +28,7 @@ Set up your SSH key authentication in GitLab Profile Settings. Then clone the re
```bash
git clone git@gitlab.com:sahkoinsinoorikilta/vtmk/web2.0-backend.git
cd web2.0
cd web2.0-backend
git checkout develop
cp scripts/git/pre-push .git/hooks/pre-push # install a script to test code before committing
```