Maybe it would simplify the tuto if this command was already written down (for the step "Modify the bind address in Horizon/config.toml to 0.0.0.0:7040" given vi isn't available).
sed -i 's/bind_address = "0.0.0.0:8080"/bind_address = "0.0.0.0:7040"/g' Horizon/config.toml
Maybe it would simplify the tuto if this command was already written down (for the step "Modify the bind address in Horizon/config.toml to 0.0.0.0:7040" given
viisn't available).