mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
Fix incorrect lib search paths in README
The README contains a typo stating 'zig/lib/' and '../zig/lib/' as the lib search paths. This should be 'lib/zig' and '../lib/zig'.
This commit is contained in:
parent
b8565dd62f
commit
2d4e24dd6b
1 changed files with 2 additions and 2 deletions
|
|
@ -34,9 +34,9 @@ At runtime, the executable searches up the file system for the lib/ directory,
|
|||
relative to itself:
|
||||
|
||||
* lib/
|
||||
* zig/lib/
|
||||
* lib/zig/
|
||||
* ../lib/
|
||||
* ../zig/lib/
|
||||
* ../lib/zig/
|
||||
* (and so on)
|
||||
|
||||
In other words, you can **unpack a release of Zig anywhere**, and then begin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue