From f3e3196ce5b9aea97c799f983384f8a145c69277 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 10 Apr 2023 14:22:58 +0200 Subject: [PATCH] Not that --bundle is a Rails 7+ option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 531b2408..4f00837a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ gem install mrsk alias mrsk='docker run --rm -it -v $HOME/.ssh:/root/.ssh -v /var/run/docker.sock:/var/run/docker.sock -v ${PWD}/:/workdir ghcr.io/mrsked/mrsk' ``` -Then, inside your app directory, run `mrsk init` (or `mrsk init --bundle` within Rails apps where you want a bin/mrsk binstub). Now edit the new file `config/deploy.yml`. It could look as simple as this: +Then, inside your app directory, run `mrsk init` (or `mrsk init --bundle` within Rails 7+ apps where you want a bin/mrsk binstub). Now edit the new file `config/deploy.yml`. It could look as simple as this: ```yaml service: hey