Skip to content

Commit 1d94507

Browse files
committed
chore: update readme
Signed-off-by: moul <[email protected]>
1 parent 9b7b9e2 commit 1d94507

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff 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

2419
1. Clone this repository:
@@ -29,7 +24,7 @@ scaffold a real-world Gno setup.
2924

3025
2. Install dependencies:
3126
```bash
32-
make deps
27+
make install_deps
3328
```
3429

3530
3. 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

0 commit comments

Comments
 (0)