8000 clarification on readme makefile · rusongyu/bootstrap@e2fabe2 · GitHub
[go: up one dir, main page]

Skip to content

Commit e2fabe2

Browse files
committed
clarification on readme makefile
1 parent 6ccf588 commit e2fabe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ Documentation for [previous versions](https://github.com/twitter/bootstrap/tags)
3838

3939
## Compiling CSS and JavaScript
4040

41-
Bootstrap includes a makefile with convenient methods for working with the framework. Before getting started, be sure to install the necessary local dependencies:
41+
Bootstrap includes a [makefile](Makefile) with convenient methods for working with the framework. Before getting started, be sure to install [the necessary local dependencies](package.json):
4242

4343
```
4444
$ npm install
4545
```
4646

47-
Once installed, you'll be able to run the various make commands provided:
47+
When completed, you'll be able to run the various make commands provided:
4848

4949
#### build - `make`
5050
Runs the recess compiler to rebuild the `/less` files and compiles the docs. Requires recess and uglify-js.

0 commit comments

Comments
 (0)
0