We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93bf33 commit 56d8394Copy full SHA for 56d8394
README.md
@@ -46,6 +46,7 @@ e.g.
46
47
```
48
$ docker build -f ./Dockerfile.dev -t charty-dev:latest .
49
+$ docker run --rm -v $(pwd):/charty charty-dev:latest bundle config set path vendor/bundle
50
$ docker run --rm -v $(pwd):/charty charty-dev:latest bundle install
51
$ docker run --rm -it -v $(pwd):/charty charty-dev:latest ./bin/console
52
irb(main):001:0> Charty::VERSION
0 commit comments