Skip to content

Commit

Permalink
add git submodule update to binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Mar 13, 2024
1 parent 15c10f1 commit c2c6ca6
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,13 @@ Build asconfig using the included makefile and display usage information.
```shell
git clone https://github.com/aerospike/asconfig.git
cd asconfig
git submodule update --init
make
./bin/asconfig --help
```

The built binary is available at bin/asconfig.

You can also build asconfig using `go build`.

```shell
git clone https://github.com/aerospike/asconfig.git
cd asconfig
git submodule update --init
go build -o ./bin/asconfig
./bin/asconfig --help
```

Install or uninstall asconfig.

```shell
Expand Down

0 comments on commit c2c6ca6

Please sign in to comment.