diff options
author | Ryo Nihei <nihei.dev@gmail.com> | 2021-06-08 18:40:22 +0900 |
---|---|---|
committer | Ryo Nihei <nihei.dev@gmail.com> | 2021-06-08 18:40:22 +0900 |
commit | 3de93e6133440c9557619c52fe1a17ba8fd8aa14 (patch) | |
tree | 9ee66a934bb00f0f8706e372d87256d66c34062c /README.md | |
parent | Update README (diff) | |
download | tre-3de93e6133440c9557619c52fe1a17ba8fd8aa14.tar.gz tre-3de93e6133440c9557619c52fe1a17ba8fd8aa14.tar.xz |
Update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |