updated apt-get usages to just use apt
[feisty_meow.git] / documentation / makefile
index 30fa8229a2a0def7ea2fe388b6bfc4fbd2667345..46a53e9fc16d4c4ecbf5944fc8fce559357b828a 100644 (file)
@@ -19,7 +19,7 @@ if [ $$? -ne 0 ]; then \
   echo failed to run doxygen on our configuration file.; \
   echo perhaps it is not installed?; \
   echo these are the ubuntu install steps:; \
-  echo   sudo apt-get install doxygen graphviz; \
+  echo   sudo apt install doxygen graphviz; \
 echo and something else, uhhh....; \
 echo oy; \
 fi \