didn't mention the most important thing

This commit is contained in:
cathugger 2018-01-18 14:34:58 +00:00
parent b2f29d1cab
commit 486d7118f8

View file

@ -4,7 +4,7 @@ This tool generates vanity ed25519 (hidden service version 3) onion addresses.
For context, see <https://gitweb.torproject.org/torspec.git/plain/rend-spec-v3.txt>. For context, see <https://gitweb.torproject.org/torspec.git/plain/rend-spec-v3.txt>.
REQUIREMENTS: REQUIREMENTS:
libsodium, GNU autoconf, GNU make, UNIX-like platform (currently tested in Linux and OpenBSD). C99 compatible compiler, libsodium, GNU make, GNU autoconf, UNIX-like platform (currently tested in Linux and OpenBSD).
BUILDING: BUILDING:
`./autogen.sh` to generate configure script, if it's not there already. `./autogen.sh` to generate configure script, if it's not there already.