Skip to content

Commit d579b32

Browse files
roblarsenmportuga
authored andcommitted
docs(Readme): update Readme.md (#6229)
The scrollbar in the code block was bothering me so I cleaned up the build instructions.
1 parent ea36c35 commit d579b32

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,20 +88,19 @@ like your plugin added to that list, please [edit the tutorial page](misc/tutori
8888
8989
# Building
9090
91-
Install dependencies
91+
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.
9292
93-
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.
94-
Bower installs are dependent on git.
95-
96-
If you are a git noob, the easiest way to install is by installing the github client.
93+
The `grunt` command line utility is also required.
9794
9895
# If you don't already have the grunt-cli installed:
9996
> npm install -g grunt-cli
10097
98+
With `git` and `grunt-cli` installed you simply run the following commands to install all dependencies.
99+
101100
> npm install
102101
> grunt install
103102
104-
Default grunt task will test and build files into dist/
103+
The default grunt task will test and build files into `dist/`
105104
106105
> grunt
107106

0 commit comments

Comments
 (0)