Skip to content

Commit

Permalink
update installation docs to last version
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoLiberali committed Jul 27, 2023
1 parent 8da69f3 commit 360de14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To quickly get badaas up and running, you can head to the [example](https://gith
Once you have started your project with `go init`, you must add the dependency to badaas:

```bash
go get -u github.com/ditrit/badaas@249d3c0
go get -u github.com/ditrit/badaas@8da69f3
```

Then, you can use the following structure to configure and start your application
Expand Down
2 changes: 1 addition & 1 deletion tools/badctl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
For simply installing it, use:

```bash
go install github.com/ditrit/badaas/tools/badctl@249d3c0
go install github.com/ditrit/badaas/tools/badctl@8da69f3
```

Or you can build it from sources.
Expand Down

0 comments on commit 360de14

Please sign in to comment.