Skip to content

Commit 534b4c9

Browse files
fix: correct go run command by adding /v3 module path (#118)
* fix: correct go run command by adding /v3 module path * chore: add missing -s flag --------- Co-authored-by: Nathan Paul <mail@polarhive.net>
1 parent 8ebe497 commit 534b4c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Pronounced: `/ɐnːɐ/` which means rice 🍚 in Kannada
2828
## Get Started
2929

3030
```sh
31-
go run github.com/anna-ssg/anna@v3.0.0
31+
go run github.com/anna-ssg/anna/v3@v3.0.0 -s './'
3232
```
3333

3434
[Quick start](https://anna-docs.netlify.app/quick-start)

0 commit comments

Comments
 (0)