Repair emulator page

This commit is contained in:
Tony Garnock-Jones 2022-10-17 21:06:01 +02:00
parent c72038ecc8
commit 02d28d5038
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ following:
mkdir -p .local/bin
cd .local/bin
wget https://vouch.id/download/vouch
chmod a+x
chmod a+x vouch
sudo apk add python3
echo 'export VOUCH_ID_PRINCIPAL=tonyg@leastfixedpoint.com' >> ~/.profile
```