README.md

changeset 4
8082eb5a754b
parent 3
cec573b16b46
child 5
3716d0eaa356
equal deleted inserted replaced
3:cec573b16b46 4:8082eb5a754b
11 cargo install --path=. 11 cargo install --path=.
12 ``` 12 ```
13 If you would prefer just building or running the program without installing, use `cargo build` or `cargo run`. 13 If you would prefer just building or running the program without installing, use `cargo build` or `cargo run`.
14 4. To process a document, use 14 4. To process a document, use
15 ``` 15 ```
16 strip-change-markup input.tex -o output.tex 16 strip-changes-markup input.tex -o output.tex
17 ``` 17 ```
18 18
19 For further options, such as whitespace and comment stripping, use the `--help` argument (`cargo run -- --help` when running through `cargo` without installing). 19 For further options, such as whitespace and comment stripping, use the `--help` argument (`cargo run -- --help` when running through `cargo` without installing).

mercurial