Fixed installation instruction (name of cloned repository).

This commit is contained in:
Achim D. Brucker 2018-08-23 23:16:04 +01:00
parent 74d467880a
commit cfb235ed38
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ After cloning the repository, install the dependencies; `bundle` will install
all dependencies automatically into a project-local directory:
```bash
cd dvgm
cd DVGM
bundle install --path vendor/bundle
```