Skip to content

Commit b1a10ff

Browse files
Merge pull request #85 from hiijoshi/improve-readme
docs: add minimal getting started example to quickstart
2 parents 286a0bb + fe44ef7 commit b1a10ff

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/quickstart.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,17 @@ Quickstart
66
==========
77

88
This guide will get you started with borg-import.
9+
10+
Getting started quickly
11+
-----------------------
12+
13+
If you just want to try borg-import with minimal setup:
14+
15+
::
16+
17+
git clone https://github.com/borgbackup/borg-import.git
18+
cd borg-import
19+
python -m venv env
20+
source env/bin/activate
21+
pip install -e .
22+
borg-import --help

0 commit comments

Comments
 (0)