From fe44ef7894d755acd9b814b52baeee3dec4bde4a Mon Sep 17 00:00:00 2001 From: hiijoshi Date: Mon, 23 Mar 2026 10:58:28 +0530 Subject: [PATCH] docs: add minimal getting started example to quickstart --- docs/quickstart.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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