From 7f89740d1ba9c4c1e8033cef14e312597fe4261d Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sat, 13 Apr 2024 16:35:16 +0200 Subject: [PATCH] documentation: standardize on bash doccomments --- docs/site/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/site/index.md b/docs/site/index.md index 670dbef0..a85be3e1 100644 --- a/docs/site/index.md +++ b/docs/site/index.md @@ -44,7 +44,7 @@ Clan doesn't offer dedicated support for other operating systems yet. Add the Clan CLI into your development workflow: -```shell +```bash nix shell git+https://git.clan.lol/clan/clan-core#clan-cli ``` @@ -52,7 +52,7 @@ nix shell git+https://git.clan.lol/clan/clan-core#clan-cli Set the foundation of your Clan project by initializing it as follows: -```shell +```bash clan flakes create my-clan ``` -- 2.45.2