Commit cc841179 by Brett Wilkins

Updating readme with basic CLI info

parent 334fae61
...@@ -116,6 +116,13 @@ Check out the project: ...@@ -116,6 +116,13 @@ Check out the project:
Replace the prebuild binary with your newly generated one Replace the prebuild binary with your newly generated one
cp build/Release/binding.node precompiled/*your-platform*/binding.node cp build/Release/binding.node precompiled/*your-platform*/binding.node
## Command Line Interface
The interface for command-line usage is fairly simplistic at this stage, as seen in the following usage section.
### Usage
`node-sass [input.scss] [output.css]`
## Contributors ## Contributors
Special thanks to the following people for submitting patches: Special thanks to the following people for submitting patches:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment