Skip to content

Commit ebae5b0

Browse files
author
Inkedstinct
committed
fix(getting-started): Add git clone instruction instead of archive download
1 parent 72b3734 commit ebae5b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/getting_started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,10 @@ quick glimpse
7676

7777
## Preparation
7878

79-
You can download the archive using :
80-
79+
Clone the repository and get ready:
8180
```sh
82-
wget "https://github.com/powerapi-ng/powerapi-ng.github.io/tree/master/examples/powerapi-stack.zip"
83-
unzip powerapi-stack.zip && cd powerapi-stack
81+
git clone https://github.com/powerapi-ng/powerapi-ng.github.io.git
82+
cd powerapi-ng.github.io/docs/script/getting-started
8483
```
8584

8685
From this archive, you will have all the necessary files to get started, let us break down each element.
@@ -96,6 +95,7 @@ From this archive, you will have all the necessary files to get started, let us
9695
|----hwpc-mongodb.json
9796
|--start.sh
9897
|--start.py
98+
|--stop.sh
9999
|--pretty_print.py
100100
|--docker-compose.yaml
101101
|--.env

0 commit comments

Comments
 (0)