Skip to content

Commit cd35ec4

Browse files
committed
updated readme.md
1 parent 106e5e8 commit cd35ec4

1 file changed

Lines changed: 9 additions & 20 deletions

File tree

README.md

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,25 @@
1-
# Your Package Name
1+
# Taiko DAO CLI Tool
22

3-
Brief description of your CLI tool.
3+
A lightweight CLI tool for interacting with the Taiko DAO, built with TypeScript and Node.js.
44

55
## Installation
66

77
```bash
8-
npm install -g your-package-name
8+
git clone https://github.com/taikoxyz/dao-cli taiko-dao-cli
9+
cd taiko-dao-cli
10+
pnpm install
911
```
10-
11-
## Usage
12-
12+
## Build
1313
```bash
14-
your-command-name
14+
pnpm build
1515
```
1616

17-
## Development
17+
## Usage
1818

1919
```bash
20-
# Clone the repository
21-
git clone https://github.com/yourusername/your-repo-name.git
22-
cd your-repo-name
23-
24-
# Install dependencies
25-
pnpm install
26-
27-
# Build the project
28-
pnpm run build
29-
30-
# Run locally
3120
pnpm start
3221
```
3322

3423
## License
3524

36-
MIT
25+
???

0 commit comments

Comments
 (0)