0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-21 17:31:21 +01:00

Use $HOME var rather than ~

Jason Volk 2020-10-21 21:10:56 -07:00
parent 98133d307e
commit 74f057ade1

@ -31,7 +31,7 @@ the requirements of Construct's embedding.
3. **Review the installation layout**
At this time it is suggested to supply `./configure` with a `--prefix` path,
especially for development. Example `--prefix=~/.local/`.
especially for development. Example `--prefix=$HOME/.local/`.
- Binary executable `$prefix/bin/construct`
- Shared library `$prefix/lib/libircd.so`