Browse Source

- minor fixes

master
vanhofen 6 years ago
parent
commit
316d170ed4
  1. 3
      Makefile
  2. 2
      config.example

3
Makefile

@ -57,8 +57,7 @@ printenv:
fi
@if ! test -e $(BASE_DIR)/config.local; then \
echo; \
echo "If you want to change the configuration, then run"; \
echo -e "$(TERM_YELLOW)cp config.example config.local$(TERM_NORMAL)"; \
echo "If you want to change the configuration, then run 'make local-files'"; \
echo "and edit config.local to fit your needs. See the comments in there."; \
echo; \
fi

2
config.example

@ -16,6 +16,8 @@
# AX/Mutant
#BOXMODEL = hd51
# WWIO
#BOXMODEL = bre2ze4k
# Neutrino API keys

Loading…
Cancel
Save