Skip to content

Commit d794825

Browse files
author
Chris Brown
committed
updated readme
1 parent 71da36b commit d794825

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# StreamBuilder
2-
Streaming, front-end build tool for automating mundane tasks like minification and uglification. It even refreshes your browser for you.
3-
42
##What it is
3+
Streaming, front-end build tool (using the Gulp streaming build system) for automating mundane tasks like minification and uglification. It even refreshes your browser for you.
4+
55
*__StreamBuilder focuses on four tasks to make your job easier.__*
66

77
1. Compile SCSS into minified CSS.
@@ -20,7 +20,7 @@ Note: if you run GNU/Linux you can now get the most recent version of Node with
2020

2121
##Getting Started
2222
1. Download this repo to your development environment.
23-
2. Optionally - You may need to install the node modules listed in the package.json file globally if your project is not in your executable path. I.e., `sudo npm install -g <node_module>`
23+
2. Install the node modules listed in the package.json file globally. I.e., `sudo npm install -g <node_module>`
2424
3. From a terminal `cd path/to/streambuilder`
2525
4. `npm update` This will create a new directory "node_modules" where NPM will install all the required node modules.
2626
5. `gulp`

0 commit comments

Comments
 (0)