diff --git a/content/v2.2/introduction/getting-started.md b/content/v2.2/introduction/getting-started.md index 4a30bbad..628a421c 100644 --- a/content/v2.2/introduction/getting-started.md +++ b/content/v2.2/introduction/getting-started.md @@ -44,7 +44,7 @@ If you need to install or upgrade Ruby, follow the instructions on [ruby-lang.or In order to create a Hanami app, first install the hanami gem: ```shell -$ gem install hanami +$ gem install hanami --pre ``` ### Using the app generator