diff --git a/README.md b/README.md index 3063a75..541bf79 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To provide a lightweight experience, the VM uses [XFCE](https://xfce.org/) as a 3. To check whether Vagrant was installed successfully, try running `vagrant --version` which must not return an error. -4. Recommended: Install the [Vagrant::Hostsupdate](https://github.com/cogitatio/vagrant-hostsupdater) plugin that will automatically add the hostname of the virtual machine to the list of static hosts on your local machine (VM host). This allows you to later open e.g. `nextcloud.satt.local` in a browser from your local machine. Updates to the hosts file will require entering a sudo password: +4. Recommended: Install the [Vagrant::Hostsupdate](https://github.com/cogitatio/vagrant-hostsupdater) plugin that will automatically add the hostname of the virtual machine to the list of static hosts on your local machine (VM host). This allows you to later open e.g. `devvm.local` in a browser from your local machine. Updates to the hosts file will require entering a sudo password: ```bash user@vmhost: ~$ vagrant plugin install vagrant-hostsupdater @@ -82,7 +82,7 @@ Vagrant will bootstrap a VM, install Ansible und run the provisioning from withi 1. [Download](https://www.virtualbox.org/wiki/Downloads) and install Virtualbox ([Documentation](https://www.virtualbox.org/wiki/End-user_documentation)) -2. 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 +2. Follow the [guide to install the Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10). This guide assumes Ubuntu 18.04 LTS. 3. Open Ubuntu through the Windows Start Menu