aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2024-03-23 19:50:06 +0100
committeralex <alex@pdp7.net>2024-03-23 19:51:24 +0100
commit8d03b0af8a29c82a42e074d7d8460842024ee87d (patch)
treef90930708e9a80c49ecdf3a93d5562154c56f57f /scripts
parentaf0c73c15711dcb3bffb0103a19d4ceaa3d4af56 (diff)
Adapt to Toolbox bootstrapping
Diffstat (limited to 'scripts')
-rw-r--r--scripts/README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/scripts/README.md b/scripts/README.md
index ec053563..d75856e9 100644
--- a/scripts/README.md
+++ b/scripts/README.md
@@ -2,10 +2,17 @@ I'm experimenting with doing "user-level" configuration using Python scripts.
This directory contains a Python module with entrypoints that I use for many tasks.
-The scripts can be installed on EL8/EL9 with pipx:
+Bootstrapping on a Fedora toolbox:
```
-$ pipx install -e . --force --python /usr/bin/python3.9
+dnf install pipx emacs-nox xclip
+mkdir git
+cd git
+git clone https://github.com/alexpdp7/alexpdp7.git
+cd alexpdp7
+pipx install -e scripts/
+...
+git remote set-url origin git@github.com:alexpdp7/alexpdp7.git
```
See [workstation](../workstation) for further details.