forked from apenwarr/redo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor clarifications to redo install instructions.
Reported-by: @DRMacIver on twitter
- Loading branch information
Showing
2 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,14 +11,23 @@ This version, sometimes called apenwarr/redo, is probably the most advanced | |
one, including parallel builds, improved logging, extensive automated tests, | ||
and helpful debugging features. | ||
|
||
To build and test redo, run `./do -j10 test`. To install it, run | ||
`DESTDIR=/tmp/testinstall PREFIX=/usr/local ./do -j10 install`. | ||
To build and test redo, run: | ||
```sh | ||
./do -j10 test | ||
``` | ||
|
||
To install it, run something like this: | ||
```sh | ||
DESTDIR= PREFIX=/usr/local ./do -j10 install | ||
``` | ||
|
||
--- | ||
|
||
- View the [documentation](https://redo.rtfd.io) via readthedocs.org | ||
- Visit the [source code](https://github.com/apenwarr/redo) on github | ||
- Discussions and support via the | ||
mailing list ([archives](https://groups.google.com/group/redo-list)). | ||
mailing list ([archives](https://groups.google.com/group/redo-list)). | ||
You can subscribe by sending any email message to | ||
`[email protected]` (note the plus sign). | ||
`[email protected]` (note the plus sign). You can | ||
send questions or feedback (with or without subscribing) by sending | ||
messages to `[email protected]`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters