Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m-pilarczyk authored Sep 13, 2022
1 parent 00d2d9b commit f738677
Showing 1 changed file with 25 additions and 11 deletions.
36 changes: 25 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
·
<a href="https://github.com/adshares/ads-tools/issues/new?template=feature_request.md&labels=New%20Feature">Request feature</a>
·
<a href="https://github.com/adshares/ads-tools/wiki">Wiki</a>
<a href="https://docs.adshares.net/ads/">Docs</a>
</p>
</p>

Expand All @@ -20,19 +20,33 @@ Basic tools for maintenance an ADS blockchain node.

Several quick start options are available:

- Install from Ubuntu PPA (recommended):
```
sudo add-apt-repository ppa:adshares/releases
sudo apt update
sudo apt install ads-tools
```
- [Download the latest release](https://github.com/adshares/ads-tools/releases/latest)
- Clone the repo: `git clone https://github.com/adshares/ads-tools.git`
### Release version (recommended)

```
sudo add-apt-repository ppa:adshares/releases
sudo apt-get update
sudo install ads-tools
```

### Snapshot version

```
sudo add-apt-repository ppa:adshares/snapshots
sudo apt-get update
sudo install ads-tools
```

### Requirements
### Install from Source Code

#### JSON-RPC server
```
sudo apt-get install python
git clone https://github.com/adshares/ads-tools.git
cd ads-tools
```

## Requirements

### JSON-RPC server

```
sudo apt install python-pip
Expand Down

0 comments on commit f738677

Please sign in to comment.