mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 00:47:26 +01:00
Update README.md
This commit is contained in:
parent
71d85bbaad
commit
8cea7fcbb2
@ -31,7 +31,7 @@ We provide a shell skript that downloads demo data and automatically builds and
|
|||||||
You need `wget`, `go`, and `yarn` in your path to start the demo. The demo will download 32MB of data (223MB on disk).
|
You need `wget`, `go`, and `yarn` in your path to start the demo. The demo will download 32MB of data (223MB on disk).
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone git@github.com:ClusterCockpit/cc-backend.git
|
git clone https://github.com/ClusterCockpit/cc-backend.git
|
||||||
cd ./cc-backend
|
cd ./cc-backend
|
||||||
./startDemo.sh
|
./startDemo.sh
|
||||||
```
|
```
|
||||||
@ -48,7 +48,7 @@ There is a Makefile to automate the build of cc-backend. The Makefile supports t
|
|||||||
|
|
||||||
A common workflow to setup cc-backend fron scratch is:
|
A common workflow to setup cc-backend fron scratch is:
|
||||||
```sh
|
```sh
|
||||||
git clone git@github.com:ClusterCockpit/cc-backend.git
|
git clone https://github.com/ClusterCockpit/cc-backend.git
|
||||||
|
|
||||||
# Build binary
|
# Build binary
|
||||||
cd ./cc-backend/
|
cd ./cc-backend/
|
||||||
|
Loading…
Reference in New Issue
Block a user