forked from LaconicNetwork/kompose
Add instruction to change directory to cloned repo while building. (#1430)
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
This commit is contained in:
parent
8207146039
commit
65fe33a608
10
README.md
10
README.md
@ -86,15 +86,19 @@ __Steps:__
|
||||
```console
|
||||
$ git clone https://github.com/kubernetes/kompose.git $GOPATH/src/github.com/kubernetes/kompose
|
||||
```
|
||||
2. Build with `make`
|
||||
2. Change directory to the cloned repo.
|
||||
```console
|
||||
cd $GOPATH/src/github.com/kubernetes/kompose
|
||||
```
|
||||
3. Build with `make`
|
||||
```console
|
||||
$ make bin
|
||||
```
|
||||
3. Or build with `go`
|
||||
4. Or build with `go`
|
||||
```console
|
||||
$ go build -o kompose main.go
|
||||
```
|
||||
4. Test your changes
|
||||
5. Test your changes
|
||||
```console
|
||||
$ make test
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user