Skip to content

Commit 202a1dc

Browse files
committed
Fix copy-paste unfriendly code
1 parent 35ae339 commit 202a1dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Getting Started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ This package is maintained by a member of our community.
5656

5757
Pluto is available in the [NUR](https://github.com/nix-community/NUR) repository. You can try it by following the installation step, and then test it by running:
5858
```
59-
$ nix-shell -p nur.repos.mbekkomo.plutolang --command pluto
59+
nix-shell -p nur.repos.mbekkomo.plutolang --command pluto
6060
```
6161

6262
Optionally, if you want to install the packages without building it first, you can register a [Cachix](https://cachix.org) store to skip it.
6363
```
64-
$ cachix use mbekkomo
64+
cachix use mbekkomo
6565
```
6666

6767
## Compile Pluto Yourself

0 commit comments

Comments
 (0)