From 4255fe1af022c7f2e0cffe18b0cc5fb82f4e50fa Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Tue, 9 Mar 2021 15:07:07 +0800 Subject: [PATCH 1/2] README: set habitat channel to unstable The `hab` I just downloaded defaults to the stable channel, but there are no stable releases for this package. Use the only channel that exists. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a78928..ba9108c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ git config core.fsmonitor rs-git-fsmonitor ```bash # Install and link packages -sudo hab pkg install --binlink jgavris/rs-git-fsmonitor +sudo hab pkg install --binlink jgavris/rs-git-fsmonitor --channel unstable # Configure git repository to use the tool (run in desired large git repository): git config core.fsmonitor rs-git-fsmonitor From 2824f636a9121227036a502eec1ef7fd01969382 Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Tue, 9 Mar 2021 15:08:28 +0800 Subject: [PATCH 2/2] fixup! flag before arg This doesn't matter to hab, but it's a good habit to have to most. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba9108c..136e471 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ git config core.fsmonitor rs-git-fsmonitor ```bash # Install and link packages -sudo hab pkg install --binlink jgavris/rs-git-fsmonitor --channel unstable +sudo hab pkg install --binlink --channel unstable jgavris/rs-git-fsmonitor # Configure git repository to use the tool (run in desired large git repository): git config core.fsmonitor rs-git-fsmonitor