authorgravatar for hello@nektro.netMeghan <hello@nektro.net> 2021-05-11 09:48:59 -07:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2021-05-11 09:48:59 -07:00
log66c00bd056203c6fb78621eebf2919833e6cf605
treeb6e4b4ecd01316902cc0633dc8c97a8f7e4d493f
parentd9081334753cf968c4f695ef2a590d3cb29f10ff
parente4ef50a8a44afca9a0ae04f317ff33848a4032a8
signaturebadge-question-mark Signed by PGP key 4AEE18F83AFDEB23

Merge pull request #13 from rofrol/patch-1

Add cd to build instructions

1 files changed, 1 insertions(+), 0 deletions(-)

README.md+1
......@@ -23,6 +23,7 @@ A package manager for the Zig programming language.
2323Initially,
2424```
2525$ git clone https://github.com/nektro/zigmod --recursive
26$ cd zigmod
2627$ zig build -Dbootstrap
2728$ ./zig-out/bin/zigmod fetch
2829```