README: Provide simple instruction for installing FreedomBox

Provide instruction for regular users over instructions for developers.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2019-03-05 13:56:51 -08:00 committed by James Valleroy
parent bbb80fe577
commit fe1b1cb5b2
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -39,17 +39,24 @@ the [FreedomBox Wiki](https://wiki.debian.org/FreedomBox/) and the
# Getting Started
See the INSTALL.md file for additional details and dependencies. To install run:
To have a running FreedomBox, first install Debian (Buster or higher) on a clean
machine. Then run:
$ sudo python3 setup.py install
```
$ sudo apt install freedombox
```
Run FreedomBox Service (Plinth) on the local system with:
Full instructions are available on FreedomBox
[Manual](https://wiki.debian.org/FreedomBox/Manual/)'s
[QuickStart](https://wiki.debian.org/FreedomBox/Manual/QuickStart) page.
$ sudo plinth
For instructions on running the service on a local machine from source code, see
INSTALL.md. For instructions on setting up for development purposes, see
HACKING.md.
# Contributing
See the [HACKING](https://salsa.debian.org/freedombox-team/plinth/blob/master/HACKING.md) file for contributing to FreedomBox Service (Plinth).
See the [HACKING.md](https://salsa.debian.org/freedombox-team/plinth/blob/master/HACKING.md) file for contributing to FreedomBox Service (Plinth).
# Localization