Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
as requested in alichtman#283
  • Loading branch information
CouldBeThis authored Dec 4, 2020
1 parent 196e846 commit a16239e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,17 @@ And is incredibly fault tolerant and user-protective.

**Do not install this as `root`.**

1. Install with [`pip3`](https://pypi.org/project/shallow-backup/)
+ `$ pip3 install shallow-backup`
+ `$ shallow-backup`
Select one of the following methods:

2. Download the `shallow-backup` binary from Releases tab.
#### Method 1: [`pip3`](https://pypi.org/project/shallow-backup/)

```shell
pip3 install shallow-backup
```

#### Method 2: binary install

Download the `shallow-backup` binary from [Releases](https://github.com/alichtman/shallow-backup/releases) tab.

### Usage
---
Expand Down

0 comments on commit a16239e

Please sign in to comment.