Skip to content

Commit 2023d48

Browse files
committed
Remove non-recommended pulp/bower commands from README.
1 parent d6a7166 commit 2023d48

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

README.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -40,49 +40,24 @@ tutorial](https://hyper.wickstrom.tech/docs/v0.8.0/tutorials/getting-started-wit
4040

4141
* PureScript 0.13.0 or higher
4242
* NodeJS
43-
* A package manager and build tool
44-
- Bower + Pulp
45-
- Spago
43+
* [Spago](https://github.com/spacchetti/spago)
4644

4745
### Build
4846

4947
Install dependencies and build:
5048

51-
Bower + Pulp:
52-
```bash
53-
bower install
54-
pulp build
55-
```
56-
57-
Spago:
5849
```bash
5950
spago build
6051
```
6152

6253
### Run Tests
6354

64-
Pulp:
65-
```bash
66-
pulp test
67-
```
68-
69-
Spago:
7055
```bash
7156
spago test
7257
```
7358

7459
### Run Examples
7560

76-
Pulp:
77-
```bash
78-
# general format:
79-
pulp run -I examples --main Examples.<example-name>
80-
81-
# for instance to run HelloHyper:
82-
pulp run -I examples --main Examples.HelloHyper
83-
```
84-
85-
Spago:
8661
```bash
8762
# general format:
8863
spago run -p examples/<example-name>.purs -m Examples.<example-name>

0 commit comments

Comments
 (0)