Skip to content

Commit 63acb2f

Browse files
authored
Merge pull request #101 from EverLookNeverSee/Fix_ReadMe
Optional Fix for README
2 parents 33cb697 + 95fd763 commit 63acb2f

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

README.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,38 +16,28 @@ As the prototype matures and we enter production, we will do our best to stay ba
1616

1717
### Install Haskell
1818

19-
To install [Haskell Stack](https://haskellstack.org/) on
20-
Linux without root access, follow the [manual download](https://docs.haskellstack.org/en/stable/install_and_upgrade/#manual-download_2) procedure:
21-
```
22-
wget https://get.haskellstack.org/stable/linux-x86_64-static.tar.gz
23-
tar xaf linux-x86_64-static.tar.gz
24-
```
25-
and put the `stack` binary in your path, for example:
26-
```
27-
export PATH="$PATH:`pwd`/stack-2.1.3-linux-x86_64-static/"
28-
```
19+
To install **Haskell Stack**, follow these [instructions](https://docs.haskellstack.org/en/stable/install_and_upgrade/)
20+
, users without superuser (admin) permissions should follow the [manual installation](https://docs.haskellstack.org/en/stable/install_and_upgrade/#manual-download_2) procedure.
2921

3022
### Download this repository
3123

32-
```
24+
```bash
3325
git clone https://github.com/fortran-lang/fpm
3426
cd fpm
3527
```
3628

3729
### Build and Test fpm
3830

39-
Make sure that the development library of `gmp` is installed (e.g. `sudo apt install libgmp-dev` on Debian-derived Linux distributions)
40-
4131
Build fpm using:
42-
```
32+
```bash
4333
stack build
4434
```
4535
To test:
46-
```
36+
```bash
4737
stack test
4838
```
4939
To install:
50-
```
40+
```bash
5141
stack install
5242
```
5343

0 commit comments

Comments
 (0)