Skip to content

Commit 5bbde38

Browse files
committed
doc: update devel doc
1 parent 04a2614 commit 5bbde38

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

doc/devel.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,26 @@
44

55
- Clone the [agola-web repository](https://github.com/agola-io/agola-web)
66

7-
For the first time you'll need the `vue cli` and its services installed as global modules:
8-
9-
```
10-
npm install -g @vue/cli @vue/cli-service-global
11-
```
12-
137
Inside the `agola-web` repository run:
148

15-
```
16-
npm install
17-
npm run serve
9+
``` sh
10+
pnpm install
11+
pnpm run serve
1812
```
1913

2014
### Build the agola binary
2115

2216
To build agola we usually test and support the latest two major versions of Go like in the [Go release policy](https://golang.org/doc/devel/release.html#policy).
2317

24-
```
18+
``` sh
2519
make
2620
```
2721

2822
### Start the agola server
2923

3024
- Copy the `example/agolademo/config.yml` where you prefer
3125

32-
```
26+
``` sh
3327
./bin/agola serve --config /path/to/your/config.yml --components all-base,executor
3428
```
3529

0 commit comments

Comments
 (0)