2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-12-18 14:32:19 +00:00

minor comments

This commit is contained in:
Philip Sargent 2024-12-11 22:22:51 +00:00
parent 54a069df84
commit eb07a36eaf
2 changed files with 185 additions and 183 deletions

View File

@ -83,6 +83,8 @@ echo '###'
echo '### Now YOU have to configure the git settings for YOURSELF (not "expo")'
echo '### because you can't clone the repos without a key
# This sets this up for bash command window, BUT it is is not enough for VS code which is actually a Windows app
# when running on WSL. You ALSO need to MANUALLY run these commands in a terminal windows INSIDE VS code
git config --global user.email "philip.sargent@gmail.com"
git config --global user.name "Philip Sargent"
git config --global pull.rebase true

2
_deploy/wsl/venv-trog-d4.sh Executable file → Normal file
View File

@ -3,7 +3,7 @@
# Run this in a terminal in the troggle directory: 'bash venv-trog.sh'
echo '-- Run this in a terminal in the real troggle directory: "bash venv-trog.sh"'
# Expects an Ubuntu 22.04 (or 20.04) relatively clean install.
# Expects an Ubuntu 22.04 with all the gubbins pre-installed
# If you have not already installed these on your clean Ubuntu install DO THIS FIRST
# use the script os-trog.sh