Skip to content

Commit

Permalink
use multiline code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
donno2048 authored Jan 15, 2024
1 parent 09f6be8 commit 6c107a1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ Makes a backup of all your repositories and gists from GitHub

### From PyPI

`pip3 install gitback`
```sh
pip3 install gitback
```

### From GitHub

`pip3 install git+https://github.com/donno2048/gitback`
```sh
pip3 install git+https://github.com/donno2048/gitback
```

## Usage

Expand Down

0 comments on commit 6c107a1

Please sign in to comment.