We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e9be8f + 5f8c641 commit 2cc1855Copy full SHA for 2cc1855
.gitignore
@@ -52,3 +52,7 @@ nuru
52
Notes.md
53
tutorials/en/*
54
config.json
55
+
56
+# For Nuru executables
57
+/nuru
58
+/Nuru
README.md
@@ -93,7 +93,7 @@ nuru -v
93
94
### Building From Source
95
96
- - Make sure you have golang installed
+ - Make sure you have golang installed (atleast 1.19.0 and above)
97
- Run the following command:
98
99
```
0 commit comments