17 lines
235 B
Markdown
17 lines
235 B
Markdown
# Running the code
|
|
|
|
1. Clone the repo
|
|
|
|
```
|
|
git clone https://git.jagrajaulakh.com/juggy1233/COMP4990-task7.git task7
|
|
cd task7
|
|
```
|
|
|
|
2. Compile code and run
|
|
|
|
```
|
|
make build
|
|
bin/mkconfig ingress 192.168.1.0/24 nginx TCP -o test.yaml
|
|
```
|
|
|