aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRyo Nihei <nihei.dev@gmail.com>2021-06-08 18:40:22 +0900
committerRyo Nihei <nihei.dev@gmail.com>2021-06-08 18:40:22 +0900
commit3de93e6133440c9557619c52fe1a17ba8fd8aa14 (patch)
tree9ee66a934bb00f0f8706e372d87256d66c34062c /README.md
parentUpdate README (diff)
downloadtre-3de93e6133440c9557619c52fe1a17ba8fd8aa14.tar.gz
tre-3de93e6133440c9557619c52fe1a17ba8fd8aa14.tar.xz
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0e37c98..15a35a5 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ maleeni provides a command that generates a portable DFA for lexical analysis an
## Installation
```sh
-$ go install ./cmd/maleeni
+$ go install github.com/nihei9/maleeni/cmd/maleeni@latest
```
## Usage