Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjah committed Oct 3, 2024
1 parent ab97bec commit e86e6a8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,18 @@ Ensure you have `task` installed. Follow the instructions [here](https://taskfil

### Installation

1. Install required tools:
1. Navigate to server folder:

```bash
cd server

2. Install required tools:

```bash
task install
```

2. Build both binaries:
3. Build both binaries:

```bash
task build
Expand All @@ -36,7 +41,7 @@ Ensure you have `task` installed. Follow the instructions [here](https://taskfil
task build:server
```

3. The binaries will be stored in the `./build` directory.
4. The binaries will be stored in the `./build` directory.

# DeWeb CLI

Expand Down

0 comments on commit e86e6a8

Please sign in to comment.