Skip to content

Commit

Permalink
Update README.md to ensure submodule is cloned
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity authored May 14, 2024
1 parent 73f2b52 commit 7f9f57e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/freenet-ping/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ Ensure you have the following prerequisites installed:

### Freenet Core

- Clone the Freenet Core repository and navigate to the application directory:
- Clone the Freenet Core repository and the stdlib submodule, and navigate to the application directory:

```bash
git clone https://github.com/freenet/freenet-core.git
git clone --recurse-submodules https://github.com/freenet/freenet-core.git
cd freenet-core/apps/freenet-ping
```

Expand Down

0 comments on commit 7f9f57e

Please sign in to comment.