1
Fork 0

[smart bundling] git urls

main
Motiejus Jakštys 2022-05-09 06:29:28 +03:00
parent 1fcca6951e
commit a4e6faa4a9
1 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ Think about it for a minute. Imagine this workflow:
**Step 1: clone**
`git clone https://<...>`
`git clone https://git.example.org/project`
- Download the application source.
- Download all dependencies to `.git/`, but not check them out (due to the
@ -194,7 +194,7 @@ doing so, which is nice when hacking.
**Step 3: add a dependency**
`zig pkg get https://git.example.org/repo`
`zig pkg get https://git.example.org/dep1`
- record the path of the dependency (just the user's *intent*, as typed) to the
zigpkg's config file.