Skip to content

Commit 34b196d

Browse files
committed
Fix rendering of home page
1 parent 045c7ad commit 34b196d

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

doc/README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ Stack does not stand alone. It is built on the great work provided by:
205205

206206
!!! info
207207

208-
Cabal is also the name of another build tool, provided the `cabal-install`
209-
package. This guide distinguishes between then by Cabal (the library) and
210-
Cabal (the tool).
208+
Cabal is also the name of another build tool, provided by the
209+
`cabal-install` package. This guide distinguishes between them by Cabal
210+
(the library) and Cabal (the tool).
211211

212212
* The __Hackage Haskell Package Repository__, a
213213
[repository](https://hackage.haskell.org/) of Haskell packages providing
@@ -244,40 +244,40 @@ label on the GitHub issue tracker.
244244
The following assumes that you already have installed a version of Stack and the
245245
[Git application](https://git-scm.com/).
246246

247-
1. Clone the `stack` repository from GitHub with the command:
247+
1. Clone the `stack` repository from GitHub with the command:
248248

249249
~~~text
250250
git clone https://github.com/commercialhaskell/stack.git`
251251
~~~
252252
253-
2. Change the current working directory to the cloned `stack` directory with the
254-
command:
253+
2. Change the current working directory to the cloned `stack` directory with the
254+
command:
255255
256256
~~~text
257257
cd stack
258258
~~~
259259
260-
3. Build the `stack` executable using a pre-existing installation of Stack with
261-
the command:
260+
3. Build the `stack` executable using a pre-existing installation of Stack with
261+
the command:
262262
263263
~~~text
264264
stack build
265265
~~~
266266
267-
4. Once the `stack` executable has been built, check its version with the
268-
command:
267+
4. Once the `stack` executable has been built, check its version with the
268+
command:
269269
270270
~~~text
271271
stack exec -- stack --version
272272
~~~
273273
274-
Make sure the version is the latest one.
274+
Make sure the version is the latest one.
275275
276-
5. In the GitHub respository's issue tracker, look for issues tagged with
277-
[newcomer friendly](https://github.com/commercialhaskell/stack/issues?q=is%3Aopen+is%3Aissue+label%3a%22newcomer+friendly%22)
278-
and
279-
[awaiting pull request](https://github.com/commercialhaskell/stack/issues?q=is%3Aopen+is%3Aissue+label%3A%22awaiting+pull+request%22)
280-
labels.
276+
5. In the GitHub respository's issue tracker, look for issues tagged with
277+
[newcomer friendly](https://github.com/commercialhaskell/stack/issues?q=is%3Aopen+is%3Aissue+label%3a%22newcomer+friendly%22)
278+
and
279+
[awaiting pull request](https://github.com/commercialhaskell/stack/issues?q=is%3Aopen+is%3Aissue+label%3A%22awaiting+pull+request%22)
280+
labels.
281281
282282
If you need to check your changes quickly command:
283283

0 commit comments

Comments
 (0)