Fix nested lists, which need 4 spaces of indent
This commit is contained in:
parent
5ae649bccb
commit
a62365141e
@ -159,7 +159,7 @@ These installs, as the name suggests, are separate from your main installs and D
|
|||||||
|
|
||||||
You need to use the `--isolate` or `-i` flag followed by the directory path.
|
You need to use the `--isolate` or `-i` flag followed by the directory path.
|
||||||
|
|
||||||
Examples:-
|
Examples:
|
||||||
|
|
||||||
1. install an isolated GHC version at location /home/user/isolated_dir/ghc/
|
1. install an isolated GHC version at location /home/user/isolated_dir/ghc/
|
||||||
- `ghcup install ghc 8.10.5 --isolate /home/user/isolated_dir/ghc`
|
- `ghcup install ghc 8.10.5 --isolate /home/user/isolated_dir/ghc`
|
||||||
@ -175,7 +175,6 @@ Examples:-
|
|||||||
|
|
||||||
5. you can even compile ghc to an isolated location.
|
5. you can even compile ghc to an isolated location.
|
||||||
- `ghcup compile ghc -j 4 -v 9.0.1 -b 8.10.5 -i /home/username/my/dir/ghc`
|
- `ghcup compile ghc -j 4 -v 9.0.1 -b 8.10.5 -i /home/username/my/dir/ghc`
|
||||||
---
|
|
||||||
|
|
||||||
## CI
|
## CI
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user