mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 23:22:44 +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
e4d05358e1
commit
5b51259141
@ -34,9 +34,9 @@ At runtime, the executable searches up the file system for the lib/ directory,
|
|||||||
relative to itself:
|
relative to itself:
|
||||||
|
|
||||||
* lib/
|
* lib/
|
||||||
* zig/lib/
|
* lib/zig/
|
||||||
* ../lib/
|
* ../lib/
|
||||||
* ../zig/lib/
|
* ../lib/zig/
|
||||||
* (and so on)
|
* (and so on)
|
||||||
|
|
||||||
In other words, you can **unpack a release of Zig anywhere**, and then begin
|
In other words, you can **unpack a release of Zig anywhere**, and then begin
|
||||||
|
Loading…
Reference in New Issue
Block a user