From 7d4172bac0cdc4f5176c267eca8e9fb2818f57fc Mon Sep 17 00:00:00 2001 From: KevinFrantz Date: Mon, 13 Mar 2017 17:56:51 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8684a23..46d2f15 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # raspberry-pi-tools -Tools for Raspberry pi +This repository contains administration tools for the Raspberry Pi. + +Like: +* Backuptools +* Setuptools +* General Managementtools + +For some of the tools you need to install Python. + +If you want to enable a tool to be loaded at the start of a system, genereate a file like example.service in /etc/systemd/system/ and follow the instructions under https://linuxconfig.org/how-to-automatically-execute-shell-script-at-startup-boot-on-systemd-linux. + +@author kf +@since 2017-03-13