From cfb235ed3892d827a86d0e5b5ba43bf973bdf013 Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Thu, 23 Aug 2018 23:16:04 +0100 Subject: [PATCH] Fixed installation instruction (name of cloned repository). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4f10ed..3a3dd69 100644 --- a/README.md +++ b/README.md @@ -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 ```