We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286a0bb commit fe44ef7Copy full SHA for fe44ef7
1 file changed
docs/quickstart.rst
@@ -6,3 +6,17 @@ Quickstart
6
==========
7
8
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