Skip to content

Commit

Permalink
add chmod +x cmd to deweb local server docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant committed Aug 9, 2024
1 parent 64890ac commit 72414b2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/deweb/getting-started/setup-local-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,13 @@ For Linux users, running binaries via GUI can vary greatly depending on the desk

1. Open your terminal (command prompt on Windows).
2. Navigate to the directory where the binary is located.
3. Run the server with the following command:
3. Run the following command to allow execution permission:

```bash
chmod +x deweb-server
```

4. Run the server with the following command:
```bash
./deweb-server
```
Expand Down

0 comments on commit 72414b2

Please sign in to comment.