Commit 2f9bf6bd by Hao Luo Committed by GitHub

Move the two CLI Usage into separate lines

Also, added the `or` word to clarify the two lines are not to be run sequentially.
parent ea6e470d
...@@ -475,7 +475,8 @@ The interface for command-line usage is fairly simplistic at this stage, as seen ...@@ -475,7 +475,8 @@ The interface for command-line usage is fairly simplistic at this stage, as seen
Output will be sent to stdout if the `--output` flag is omitted. Output will be sent to stdout if the `--output` flag is omitted.
### Usage ### Usage
`node-sass [options] <input> [output]` `node-sass [options] <input> [output]`
Or:
`cat <input> | node-sass > output` `cat <input> | node-sass > output`
Example: Example:
......
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