diff --git a/README b/README index 5f8a17e..398904f 100644 --- a/README +++ b/README @@ -32,6 +32,10 @@ Building and starting iStat Server A default passcode is generated on install. It can be found in the preference file, which is generally located at /usr/local/etc/istatserver/istatserver.conf. iStat for iOS and iStat for macOS will ask for this passcode the first time you connect to your computer. +Upgrading iStat Server +Upgrades follow the same process as standard installs. Please stop istatserver if its running then run the normal build process. + + Example boot scripts for rc.d, upstart and system are located inside the resources folder. You may need to customize these depending on your OS Starting with systemd diff --git a/readme.md b/readme.md index 1047416..67b1a14 100644 --- a/readme.md +++ b/readme.md @@ -38,6 +38,11 @@ A 5 digit passcode is generated by the install script. It can be found in the pr ----- +### Upgrading iStat Server +Upgrades follow the same process as standard installs. Please stop istatserver if its running then run the normal build process. + +----- + ### Starting iStat Server at boot iStat Server does not install any scripts to start itself at boot. Sample scripts for rc.d, upstart and systemd are included in the resources directory. You may need to customize them depending on your OS.