docs: uniformly replace 'console' tags with 'bash'

Reverts: ca8e85652de6bd8fb365926f75ee830dc7fb5176
This commit is contained in:
NAHO
2023-12-25 19:32:46 +00:00
committed by mergify[bot]
parent 6095c996e1
commit 44e97d4197
4 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ If you'd saved this configuration in /tmp/disko-config.nix, and wanted to create
a disk named /dev/nvme0n1, you would run the following command to partition,
format and mount the disk.
```console
```bash
sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko -- --mode disko /tmp/disko-config.nix
```