From 848fa929d3e54b771c22e26fcf11b54a46a2c9d1 Mon Sep 17 00:00:00 2001 From: Aaron Lichtman Date: Sat, 11 Dec 2021 07:41:38 -0600 Subject: [PATCH] Clarify install instructions (#301) Co-authored-by: CouldBeThis <53547181+CouldBeThis@users.noreply.github.com> --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7e5f7a7d..938edc88 100644 --- a/README.md +++ b/README.md @@ -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 ---