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:
snoire 2023-08-12 13:15:15 +08:00 committed by Andrew Kelley
parent b8565dd62f
commit 2d4e24dd6b

View File

@ -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