Skip to content

Commit

Permalink
Fix ping app readme conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n authored May 15, 2024
1 parent a995c3a commit 8429c2f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions apps/freenet-ping/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,10 @@ Ensure you have the following prerequisites installed:

### Freenet Core

<<<<<<< HEAD
- Clone the Freenet Core repository and navigate to the application directory:

```bash
git clone git@github.com:freenet/freenet-core.git
=======
- Clone the Freenet Core repository and the stdlib submodule, and navigate to the application directory:

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

Expand All @@ -67,10 +60,7 @@ Ensure you have the following prerequisites installed:
- Install the Freenet development tool (`fdev`) and the Freenet kernel for local development:

```bash
<<<<<<< HEAD
=======
# You should be in freenet-core/apps/freenet-ping
>>>>>>> main
cargo install --path ../../crates/core
cargo install --path ../../crates/fdev
```
Expand All @@ -88,10 +78,7 @@ Ensure you have the following prerequisites installed:
- Build the contract using the Freenet development tool:

```bash
<<<<<<< HEAD
=======
# You should be in freenet-core/apps/freenet-ping
>>>>>>> main
cd contracts/ping
CARGO_TARGET_DIR=./target fdev build --features contract
cd -
Expand Down

0 comments on commit 8429c2f

Please sign in to comment.