diff options
Diffstat (limited to 'scripts/README.md')
| -rw-r--r-- | scripts/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/README.md b/scripts/README.md index d75856e9..f10433c8 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 |
