mirror of
https://github.com/matrix-construct/construct
synced 2024-11-21 17:31:21 +01:00
Use $HOME var rather than ~
parent
98133d307e
commit
74f057ade1
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue