From 1dc8e4feb5a44def145f13d947f10c3217cd0dfc Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 28 Feb 2025 18:09:37 +0100 Subject: [PATCH] Add Debian bootstrapping notes --- scripts/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/README.md b/scripts/README.md index d75856e..f10433c 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -6,6 +6,15 @@ Bootstrapping on a Fedora toolbox: ``` dnf install pipx emacs-nox xclip +``` + +Bootstrapping on Debian: + +``` +sudo apt install git pipx emacs-nox xclip +``` + +``` mkdir git cd git git clone https://github.com/alexpdp7/alexpdp7.git -- 2.47.3