Skip to content

Commit fe44ef7

Browse files
committed
docs: add minimal getting started example to quickstart
1 parent 286a0bb commit fe44ef7

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)