Fix bash variable declaration for $AERO_PATH

This commit is contained in:
Ryan Wilson 2024-09-23 21:15:47 -04:00
parent 9c06b4925b
commit 24d80b34e0

View file

@ -1,5 +1,5 @@
# Your bash variables here
$AERO_PATH="public/aero" # The directory where aero's files should be
AERO_PATH="public/aero" # The directory where aero's files should be
./node_modules/aero-proxy/examples/install-aero.sh