Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #11 from mjbrender/master
Browse files Browse the repository at this point in the history
Extra guidance during dev setup
  • Loading branch information
jimmycuadra committed Sep 12, 2015
2 parents fc5aaa1 + cb1e7a6 commit d40156c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions source/getting-started/installation.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ To use the Lita Development Environment, follow these steps:
lita-dev
~~~

1. Ensure all dependencies are installed by running `bundle`

~~~
bundle
~~~

#### Next steps

At this point, you will find yourself in a shell in a Debian system with Lita already installed.
Expand Down Expand Up @@ -131,3 +137,9 @@ For a full list of possible invocations of the `lita` command, run:
~~~
lita help
~~~

If you run into any errors that result in `Bundler::GemNotFound`, you can always let bundler install any dependencies for you:

~~~
bundle
~~~

0 comments on commit d40156c

Please sign in to comment.