Skip to content

Commit 03bb35f

Browse files
committed
Update development docs
1 parent 08b302d commit 03bb35f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/development.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Create a local management cluster with kind and a workload cluster by following
1414

1515
```
1616
cd ${GOPATH}/src # Or your go directory if GOPATH is not set
17-
git clone https://github.com/Jont828/capi-visualization.git
17+
git clone https://github.com/Jont828/cluster-api-visualizer.git
1818
```
1919

2020
#### 4. Install Go packages
2121

2222
```
23-
cd ${GOPATH}/src/capi-visualization/
23+
cd ${GOPATH}/src/cluster-api-visualizer/
2424
go get ./...
2525
```
2626

@@ -43,13 +43,13 @@ make run # Run the Go binary if the binary is built
4343

4444
For development and testing, the app can be run with hot reloading for both Go and Vue.
4545

46-
To hot reload the Go server, install [Air](https://github.com/cosmtrek/air) and run `air init` in the root folder. After installing the Go packages, do not run `make` and instead and start the Go server from `${GOPATH}/src/capi-visualization/` with
46+
To hot reload the Go server, install [Air](https://github.com/cosmtrek/air) and run `air init` in the root folder. After installing the Go packages, do not run `make` and instead and start the Go server from `${GOPATH}/src/cluster-api-visualizer/` with
4747

4848
```
4949
air
5050
```
5151

52-
To hot reload the front end server, open a separate terminal, enter `${GOPATH}/src/capi-visualization/web`, and install node packages if you haven't done so with
52+
To hot reload the front end server, open a separate terminal, enter `${GOPATH}/src/cluster-api-visualizer/web`, and install node packages if you haven't done so with
5353

5454

5555
```

0 commit comments

Comments
 (0)