Skip to content

Commit

Permalink
Updated README. Separate pre-requisite section added (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Immanuel-john authored Nov 2, 2022
1 parent 45cb7e7 commit 2e2277e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Table of Contents:
All the examples in this document assume that you use a Ubuntu like system. If that's not the case, you need to change the commands so that it works for your system.

## Build Locally

### Pre-requisites
```bash
# Downloads the package lists and "updates" them.
sudo apt update -y
Expand All @@ -53,6 +55,9 @@ All the examples in this document assume that you use a Ubuntu like system. If t
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Starting a new bash environment so we have access to cargo and rust commands.
exec bash
```
### Build from source
```
# Get repo and CD
git clone https://github.com/capsule-corp-ternoa/ternoa-node.git && cd ternoa-node
# Get submodules
Expand Down Expand Up @@ -247,4 +252,4 @@ podman build -t tchainarch -f ./dockerimages/arch.Dockerfile .

[Subwasm](https://github.com/chevdor/subwasm)

[Querying Substrate Storage via RPC](https://www.shawntabrizi.com/substrate/querying-substrate-storage-via-rpc/)
[Querying Substrate Storage via RPC](https://www.shawntabrizi.com/substrate/querying-substrate-storage-via-rpc/)

0 comments on commit 2e2277e

Please sign in to comment.