Correct typo in makefile help

This commit is contained in:
Jansen Price 2020-09-28 09:56:59 -05:00
parent e7b35e0023
commit 151299ea06
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ help:
@echo "Orbit Gemini protocol server"
@echo "To run tests, run 'make test'"
@echo "To install as a service on your system run:"
@echo " 'sudo make install ORBIT_PATH=localhost'"
@echo " 'sudo make install ORBIT_HOSTNAME=localhost'"
@echo " But replace localhost with your desired hostname"
test: