|
|
@@ -10,7 +10,7 @@
|
|
|
- Quick and easy keyboard- and command-oriented text manipulation
|
|
|
|
|
|
## Requirements
|
|
|
-- Go 1.26.4
|
|
|
+- Go 1.27
|
|
|
- Make
|
|
|
- (See [flake.nix](./flake.nix))
|
|
|
|
|
|
@@ -30,4 +30,4 @@ Release build: `build/moose`
|
|
|
* `make build`: debug binary `build/moose-debug`
|
|
|
* `make release`: release binary `build/moose`
|
|
|
* `make run`: run debug version through `go run`
|
|
|
-* `make clean`: remove `build/` directory
|
|
|
+* `make clean`: remove `build/` directory
|