Updated README

This commit is contained in:
Jan Beilicke 2020-03-29 18:43:34 +02:00
parent 0276ca7de8
commit 5277396468

View file

@ -6,7 +6,7 @@ The main goals of this project are:
* regain control of your data,
* counter the growing vendor lock-in of big corporations,
* foster decentralisation and federation
* foster decentralisation and federation,
* enable individuals but also e.g. educational institutions or NGOs to quickly set up their own infrastructure,
* provide an overall well integrated set of tools which allows to use one tool together with another.
@ -42,7 +42,7 @@ To give SATT a quick spin, you could easily bootstrap a development VM using Vag
1. [Download](https://www.virtualbox.org/wiki/Downloads) and install Virtualbox ([Documentation](https://www.virtualbox.org/wiki/End-user_documentation))
1. Follow the [guide to install the Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10), we recommend to choose Ubuntu 18.04 LTS or later as a distribution.
1. Follow the [guide to install the Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10). This SATT guide assumes Ubuntu 18.04 LTS
1. Open Ubuntu through the Windows Start Menu
@ -52,7 +52,7 @@ To give SATT a quick spin, you could easily bootstrap a development VM using Vag
1. Obtain Vagrant by [downloading the corresponding package](https://www.vagrantup.com/downloads.html) for your distribution, assuming Ubuntu in the next steps.
2. Install the package by opening a Terminal and run:
2. Install the package by opening a Terminal and running:
```bash
user@vmhost: ~$ sudo dpkg install <vagrant-package-name>.deb