Skip to content

Commit

Permalink
docs(Readme): update Readme.md (#6229)
Browse files Browse the repository at this point in the history
The scrollbar in the code block was bothering me so I cleaned up the build instructions.
  • Loading branch information
roblarsen authored and mportuga committed Jun 6, 2017
1 parent ea36c35 commit d579b32
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,20 +88,19 @@ like your plugin added to that list, please [edit the tutorial page](misc/tutori
# Building
Install dependencies
The first step is to install dependencies. `git` is required and must be available from the command line. If you don't have it, install git and ensure that the executable is in your path. If you are new to git, the easiest way to install is by installing the github client.
git must be on your path. If you can't do 'git' from your terminal, then install git first and make sure you have access from the path.
Bower installs are dependent on git.
If you are a git noob, the easiest way to install is by installing the github client.
The `grunt` command line utility is also required.
# If you don't already have the grunt-cli installed:
> npm install -g grunt-cli
With `git` and `grunt-cli` installed you simply run the following commands to install all dependencies.
> npm install
> grunt install
Default grunt task will test and build files into dist/
The default grunt task will test and build files into `dist/`
> grunt
Expand Down

0 comments on commit d579b32

Please sign in to comment.