mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-10 16:27:11 +02:00
Fix git clone in build instructions
This commit is contained in:
parent
fe82a78401
commit
e90ff27a27
@ -22,13 +22,13 @@ go get github.com/google/go-jsonnet/cmd/jsonnet
|
|||||||
## Build instructions (go 1.11+)
|
## Build instructions (go 1.11+)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone github.com/google/go-jsonnet
|
git clone git@github.com:google/go-jsonnet.git
|
||||||
cd go-jsonnet
|
cd go-jsonnet
|
||||||
go build ./cmd/jsonnet
|
go build ./cmd/jsonnet
|
||||||
```
|
```
|
||||||
To build with [Bazel](https://bazel.build/) instead:
|
To build with [Bazel](https://bazel.build/) instead:
|
||||||
```bash
|
```bash
|
||||||
git clone github.com/google/go-jsonnet
|
git clone git@github.com:google/go-jsonnet.git
|
||||||
cd go-jsonnet
|
cd go-jsonnet
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
Loading…
Reference in New Issue
Block a user