Skip to content

Commit

Permalink
docs: remove $ from installation Markdown code snippets (#288)
Browse files Browse the repository at this point in the history
Prevents `$` from being copied into the clipboard
  • Loading branch information
peterbecich authored Jan 5, 2024
1 parent 80d2d37 commit f1380dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nixd/docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ Package `nixd` can be found in [nixpkgs](https://github.com/NixOS/nixpkgs), ther
On NixOS:

```console
$ nix-env -iA nixos.nixd
nix-env -iA nixos.nixd
```

On Non NixOS:

```console
$ nix-env -iA nixpkgs.nixd
nix-env -iA nixpkgs.nixd
```

</details>
Expand All @@ -38,7 +38,7 @@ $ nix-env -iA nixpkgs.nixd
<summary><b>nix profile</b></summary>

```console
$ nix profile install github:nixos/nixpkgs#nixd
nix profile install github:nixos/nixpkgs#nixd
```

</details>
Expand Down

0 comments on commit f1380dc

Please sign in to comment.