commit 8912a8c0a703a02abae1ddae1345f4f839032d45 from: Marcel Rodrigues date: Sun Jun 14 15:19:06 2015 UTC Add dollar prompt to example command for consistency. commit - a0c8d3afca19a0febfed9542578deefea6948d58 commit + 8912a8c0a703a02abae1ddae1345f4f839032d45 blob - 2692cf950b816a7dba4a9e12347e9c4cf981c2f0 blob + 6d6dcffce6b5418a6851166d8870ee1af3ee374f --- README.md +++ README.md @@ -74,7 +74,7 @@ build options, such as the name of the curses library, before executing `make` or specify the options during invocation. For example, to link against `libncurses.so` and install to `/opt/bin/rover`: ``` - make LDLIBS=-lncurses PREFIX=/opt install + $ make LDLIBS=-lncurses PREFIX=/opt install ``` Rover runtime configuration (mostly key bindings and colors) can only be