mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 07:40:19 +00:00
minor comments
This commit is contained in:
@@ -83,6 +83,8 @@ echo '###'
|
|||||||
echo '### Now YOU have to configure the git settings for YOURSELF (not "expo")'
|
echo '### Now YOU have to configure the git settings for YOURSELF (not "expo")'
|
||||||
echo '### because you can't clone the repos without a key
|
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.email "philip.sargent@gmail.com"
|
||||||
git config --global user.name "Philip Sargent"
|
git config --global user.name "Philip Sargent"
|
||||||
git config --global pull.rebase true
|
git config --global pull.rebase true
|
||||||
|
|||||||
2
_deploy/wsl/venv-trog-d4.sh
Executable file → Normal file
2
_deploy/wsl/venv-trog-d4.sh
Executable file → Normal file
@@ -3,7 +3,7 @@
|
|||||||
# Run this in a terminal in the troggle directory: 'bash venv-trog.sh'
|
# 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"'
|
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
|
# If you have not already installed these on your clean Ubuntu install DO THIS FIRST
|
||||||
# use the script os-trog.sh
|
# use the script os-trog.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user