From a4e6faa4a98b12a3ccfd750d831538dd75ae109c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 9 May 2022 06:29:28 +0300 Subject: [PATCH] [smart bundling] git urls --- content/log/2022/smart-bundling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/log/2022/smart-bundling.md b/content/log/2022/smart-bundling.md index e0fda97..e4cc9eb 100644 --- a/content/log/2022/smart-bundling.md +++ b/content/log/2022/smart-bundling.md @@ -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.