Skip to content

Commit 64a3d73

Browse files
authored
docs: reorder install steps for mithril (#320)
1 parent 0a6b683 commit 64a3d73

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,19 @@ cardano-up list-available
2121

2222
### Install a package and interact with it
2323

24-
```
25-
cardano-up install cardano-node
26-
```
27-
2824
Add `~/.local/bin` to your `$PATH` by adding the following to your shell RC/profile to make any
2925
commands/scripts installed readily available
3026

3127
```
3228
export PATH=~/.local/bin:$PATH
3329
```
3430

31+
Install cardano-node
32+
33+
```
34+
cardano-up install cardano-node
35+
```
36+
3537
You can also add any env vars exported by the installed packages to your env by adding the following to your shell RC/profile:
3638

3739
```

0 commit comments

Comments
 (0)