Skip to content

Commit

Permalink
docs: tasker install [skip ci][ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Apr 24, 2023
1 parent b8b2e30 commit 9465e9b
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 @@ -184,7 +184,7 @@ It can also be used as standalone task daemon instead of programmatic usage for

First, just install tasker command:
```sh
go get -u github.com/adhocore/gronx/cmd/tasker
go install github.com/adhocore/gronx/cmd/tasker@latest
```

Then prepare a taskfile ([example](./tests/../test/taskfile.txt)) in crontab format
Expand Down
2 changes: 1 addition & 1 deletion pkg/tasker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ It can also be used as standalone task daemon instead of programmatic usage for

First, just install tasker command:
```sh
go get -u github.com/adhocore/gronx/cmd/tasker
go install github.com/adhocore/gronx/cmd/tasker@latest
```

Then prepare a taskfile ([example](https://github.com/adhocore/gronx/blob/main/test/taskfile.txt)) in crontab format
Expand Down

0 comments on commit 9465e9b

Please sign in to comment.