Use correct name for executable
24dab3aa6d3fb735b8ea16d425ca32fe7c6e115f
d8ba7263c6304b601c3215defe3de99f2278e28e
@@ -13,7 +13,9 @@ You can then install the latest release globally by running: ```bash -go install 5ika.ch/todo-txt.git@latest +git clone https://5ika.ch/todo.txt-go.git +cd todo-txt +go install ``` `todo-txt` is now available in your CLI.
@@ -13,7 +13,9 @@
@@ -1,4 +1,4 @@ -module 5ika.ch/todo.txt-go.git +module 5ika.ch/todo-txt go 1.24.1
@@ -1,4 +1,4 @@