File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,6 @@ scaffold a real-world Gno setup.
1414- Configured for external dependencies
1515- Editor configurations included
1616
17- ## Prerequisites
18-
19- - Go 1.21 or later
20- - Gno development environment
21-
2217## Getting Started
2318
24191 . Clone this repository:
@@ -29,7 +24,7 @@ scaffold a real-world Gno setup.
2924
30252 . Install dependencies:
3126 ``` bash
32- make deps
27+ make install_deps
3328 ```
3429
35303 . Run tests:
@@ -53,10 +48,5 @@ scaffold a real-world Gno setup.
5348
5449- ` make test ` - Run all tests
5550- ` make lint ` - Run linter
56- - ` make clean ` - Clean build artifacts
57- - ` make deps ` - Install dependencies
51+ - ` make install_deps ` - Install dependencies
5852- ` make dev ` - Run development node
59-
60- ## License
61-
62- MIT
You can’t perform that action at this time.
0 commit comments