From 35aedddf65054f86505e66488e268e6f032ab04a Mon Sep 17 00:00:00 2001 From: Qubasa Date: Fri, 14 Feb 2025 13:28:21 +0700 Subject: [PATCH] docs: Add --refresh flag to nix shell command to mitigate caching issues --- docs/site/getting-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/getting-started/index.md b/docs/site/getting-started/index.md index 62735d31a..ea294a957 100644 --- a/docs/site/getting-started/index.md +++ b/docs/site/getting-started/index.md @@ -42,7 +42,7 @@ By the end of this guide, you'll have a fresh NixOS configuration ready to push Add the Clan CLI into your development workflow: ```bash -nix shell git+https://git.clan.lol/clan/clan-core#clan-cli +nix shell git+https://git.clan.lol/clan/clan-core#clan-cli --refresh ``` You can find reference documentation for the `clan` cli program [here](../reference/cli/index.md).