diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 4689249..0c29212 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -6,3 +6,17 @@ Quickstart ========== This guide will get you started with borg-import. + +Getting started quickly +----------------------- + +If you just want to try borg-import with minimal setup: + +:: + + git clone https://github.com/borgbackup/borg-import.git + cd borg-import + python -m venv env + source env/bin/activate + pip install -e . + borg-import --help \ No newline at end of file