Documentation

- Minor doc edits.
This commit is contained in:
Paul Beckingham 2011-02-17 12:36:37 -05:00
parent 14cc9c6873
commit 2ec296088a
2 changed files with 3 additions and 2 deletions

View file

@ -34,8 +34,8 @@ Briefly, these shell commands will unpack, build and install taskwarrior:
$ cd task-X.Y.Z [2]
$ cmake . [3]
$ make [4]
$ sudo make install [6]
$ cd .. ; rm -r task-X.Y.Z [7]
$ sudo make install [5]
$ cd .. ; rm -r task-X.Y.Z [6]
These commands are explained below: