diff --git a/content/v2.0/introduction/getting-started.md b/content/v2.0/introduction/getting-started.md index 12794d01..4543fb2c 100644 --- a/content/v2.0/introduction/getting-started.md +++ b/content/v2.0/introduction/getting-started.md @@ -120,6 +120,7 @@ We'll see this structure in more detail as this guide progresses. For now let's get our new application running. In the bookshelf directory, run: ```shell +$ bundle install $ hanami server ``` diff --git a/content/v2.1/introduction/getting-started.md b/content/v2.1/introduction/getting-started.md index a9012754..ddbc88d4 100644 --- a/content/v2.1/introduction/getting-started.md +++ b/content/v2.1/introduction/getting-started.md @@ -141,6 +141,7 @@ We'll see this structure in more detail as this guide progresses. For now let's get our new app running. In the bookshelf directory, run: ```shell +$ bundle install $ bundle exec hanami dev ``` diff --git a/content/v2.2/introduction/getting-started.md b/content/v2.2/introduction/getting-started.md index 4a30bbad..8c67c853 100644 --- a/content/v2.2/introduction/getting-started.md +++ b/content/v2.2/introduction/getting-started.md @@ -143,6 +143,7 @@ We'll see this structure in more detail as this guide progresses. For now let's get our new app running. In the bookshelf directory, run: ```shell +$ bundle install $ bundle exec hanami dev ```