Skip to content

Commit 9f0a272

Browse files
committed
Fix render
1 parent 1f77597 commit 9f0a272

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

doc/install_and_upgrade.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To get and use Stack, some other things need to be in place first:
7777
About 3 GB for a single version of GHC and about 2 GB for a local copy
7878
of the Hackage package index.
7979

80-
[platform]: machine architecture (eg x86_64, AArch64) and operating system (eg Linux distribution, macOS, Windows).
80+
*[platform]: Machine architecture (eg x86_64, AArch64) and operating system (eg Linux distribution, macOS, Windows).
8181

8282
- :material-wifi:{ .lg .middle } __Access to the Internet__
8383

@@ -778,26 +778,11 @@ Stack or GHCup to manage versions of Stack.
778778
Follow the steps above to download manually the newest executable
779779
and replace the old executable.
780780

781-
- __Use a package manager__
782-
783-
---
784-
785-
Follow your normal package manager approach to upgrading. For
786-
example:
787-
788-
~~~text
789-
apt-get update
790-
apt-get upgrade
791-
~~~
792-
793-
Be aware that officially released binaries from the distribution may
794-
lag behind the latest version of Stack significantly.
795-
796781
- __Use the `sh` installation script__
797782

798783
---
799784

800-
Use the `get.haskellstack.org` script with the `-f` flag to
785+
Use the `get.haskellstack.org` script with its `-f` flag to
801786
overwrite the current Stack executable. For example, command
802787
either:
803788

@@ -811,6 +796,21 @@ Stack or GHCup to manage versions of Stack.
811796
wget -qO- https://get.haskellstack.org/ | sh -s - -f
812797
~~~
813798

799+
- __Use a package manager__
800+
801+
---
802+
803+
Follow your normal package manager approach to upgrading. For
804+
example:
805+
806+
~~~text
807+
apt-get update
808+
apt-get upgrade
809+
~~~
810+
811+
Be aware that officially released binaries from the distribution may
812+
lag behind the latest version of Stack significantly.
813+
814814
</div>
815815

816816
=== "Windows"

0 commit comments

Comments
 (0)