Skip to content

Commit

Permalink
update cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
felipejfc committed May 20, 2023
1 parent 8d24d74 commit 391a419
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ setup: init-submodules

build-cli:
@$(MKFOLDER)
@go build -o build/$(BIN) github.com/topfreegames/pitaya/v2/cli
@go build -o build/$(BIN) github.com/topfreegames/pitaya/v2/pitaya-cli
@echo "build pitaya-cli at ./build/$(BIN)"

init-submodules:
Expand Down
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A REPL cli client made in go for pitaya.
## Installing

```
go install github.com/topfreegames/pitaya/v2/cli
go install github.com/topfreegames/pitaya/v2/pitaya-cli
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion cli/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/topfreegames/pitaya/v2/cli
module github.com/topfreegames/pitaya/v2/pitaya-cli

go 1.18

Expand Down
2 changes: 1 addition & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A REPL cli client made in go for pitaya.
## Installing

```
go install github.com/topfreegames/pitaya/v2/cli
go install github.com/topfreegames/pitaya/v2/pitaya-cli
```

## Usage
Expand Down

0 comments on commit 391a419

Please sign in to comment.