File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ Follow these steps to set up your development environment.
31
31
```
32
32
33
33
2 . [ Fork the project repository] ( https://github.com/nginxinc/nginx-gateway-fabric/fork )
34
- 3 . Clone your repository, and install the project dependencies:
34
+ 3 . Clone your repository with ssh , and install the project dependencies:
35
35
36
36
``` shell
37
- git clone https:// github.com/ < YOUR-USERNAME> /nginx-gateway-fabric.git
37
+ git clone git@ github.com: < YOUR-USERNAME> /nginx-gateway-fabric.git
38
38
cd nginx-gateway-fabric
39
39
```
40
40
@@ -50,6 +50,12 @@ Follow these steps to set up your development environment.
50
50
make deps
51
51
```
52
52
53
+ 4 . Finally, add the original project repository as the remote upstream:
54
+
55
+ ``` shell
56
+ git remote add upstream git@github.com:nginxinc/nginx-gateway-fabric.git
57
+ ```
58
+
53
59
54
60
## Build the Binary and Images
55
61
You can’t perform that action at this time.
0 commit comments