mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-09 15:57:10 +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+)
|
||||
|
||||
```bash
|
||||
git clone github.com/google/go-jsonnet
|
||||
git clone git@github.com:google/go-jsonnet.git
|
||||
cd go-jsonnet
|
||||
go build ./cmd/jsonnet
|
||||
```
|
||||
To build with [Bazel](https://bazel.build/) instead:
|
||||
```bash
|
||||
git clone github.com/google/go-jsonnet
|
||||
git clone git@github.com:google/go-jsonnet.git
|
||||
cd go-jsonnet
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
Loading…
Reference in New Issue
Block a user