Skip to content

Commit eca9f67

Browse files
committed
Fix render of SUSE docs
1 parent 34bd2b4 commit eca9f67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/install_and_upgrade.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,24 +207,24 @@ GitHub repository.
207207
There is also an unofficial package for openSUSE or SUSE Linux
208208
Enterprise. Its Stack version may lag behind. To install it:
209209

210-
=== openSUSE Tumbleweed
210+
=== "openSUSE Tumbleweed"
211211

212212
~~~text
213213
sudo zypper in stack
214214
~~~
215215

216-
=== openSUSE Leap
216+
=== "openSUSE Leap"
217217

218218
~~~text
219219
sudo zypper ar http://download.opensuse.org/repositories/devel:/languages:/haskell/openSUSE_Leap_42.1/devel:languages:haskell.repo
220220
sudo zypper in stack
221221
~~~
222222

223-
=== SUSE Linux Enterprise 12
223+
=== "SUSE Linux Enterprise 12"
224224

225225
~~~text
226226
sudo zypper ar http://download.opensuse.org/repositories/devel:/languages:/haskell/SLE_12/devel:languages:haskell.repo
227-
sude zypper in stack
227+
sudo zypper in stack
228228
~~~
229229

230230
=== "Ubuntu"

0 commit comments

Comments
 (0)