From 9c2638ba43db062321dd03e067a659be35560070 Mon Sep 17 00:00:00 2001 From: Andrew Green Date: Tue, 5 Dec 2017 11:16:50 -0600 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 5b0670f..5767109 100644 --- a/Installation.md +++ b/Installation.md @@ -39,7 +39,7 @@ PlexPy will be installed to `/opt/plexpy`. * Type: `cd plexpy` * Type: `python PlexPy.py` specify python version if running Ubuntu `python2.7 PlexPy.py` * PlexPy will be loaded in your browser or listening @ http://localhost:8181 -* To start PlexPy on startup, refer to [[Install as a daemon]] or use `contab -e` if running Ubuntu and insert `@reboot python2.7 ~/plexpy/PlexPy.py` replace location of executable as needed. e.g. `/opt/plexpy` +* To start PlexPy on startup, refer to [[Install as a daemon]] or use `crontab -e` if running Ubuntu and insert `@reboot python2.7 ~/plexpy/PlexPy.py` replace location of executable as needed. e.g. `/opt/plexpy` ## FreeBSD