fix readme

This commit is contained in:
2026-06-12 15:38:27 +08:00
parent f3a2508798
commit 9ca1ee68e4

View File

@@ -4,11 +4,11 @@ Personal tools set written in Golang.
## How to run ## How to run
0. Clone this repository to somewhere 1. Clone this repository to somewhere
0. Add the root directory to *PATH* 1. Add the root directory to *PATH*
0. change directory to the root directory 1. Change directory to the root directory
0. Run `go run .` to generate "," command 1. Run `go run .` to generate "," command
0. Run "," command to see all commands 1. Run "," command to see all commands
"," command can auto rebuild if you change the code in this repository. "," command can auto rebuild if you change the code in this repository.
Actually it always builds each time you type it! Because `go build` is Actually it always builds each time you type it! Because `go build` is