Fix a few lagging doc references to old-style build+test layout.

This commit is contained in:
Avery Pennarun 2018-12-10 04:33:57 +00:00
commit 2b7da63c66
3 changed files with 5 additions and 4 deletions

View file

@ -19,10 +19,10 @@ You can run redo without installing it, like this:
```sh
git clone https://github.com/apenwarr/redo
cd redo
./redo -j10 test
./do -j10 test
```
If the tests pass, you can either add $PWD/redo to your PATH, or install
If the tests pass, you can either add $PWD/redo/bin to your PATH, or install
redo on your system. To install for all users, put it in /usr/local:
```sh