Skip to content

Commit 072e0f2

Browse files
committed
Minor changes
1 parent 8ab6678 commit 072e0f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/getting-started/installation-vagrant.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following instructions will assume you changed your working directory to be
3838
vagrant up
3939
```
4040

41-
This will download + start a virtual machine using Virtualbox, which will internally setup the development environment necessary to start Home Assistant process and run test suite as well. After the VM has started succesfully, Home Assistant frontend will be accessible locally from your browser at [http://localhost:8123](http://localhost:8123)
41+
This will download and start a virtual machine using Virtualbox, which will internally setup the development environment necessary to start Home Assistant process and run test suite as well. After the VM has started succesfully, the Home Assistant frontend will be accessible locally from your browser at [http://localhost:8123](http://localhost:8123)
4242

4343
## {% linkable_title Stopping Vagrant %}
4444

@@ -52,9 +52,9 @@ To start it again, just run `vagrant up`
5252

5353
## {% linkable_title Restarting Home Assistant process to test changes %}
5454

55-
The root `home-assistant` directory on your workstation will be mirrored with `/home-assistant` inside the VM. In `virtualization/vagrant` there's also a `config` folder that you can use to drop configuration files ([here](https://home-assistant.io/getting-started/configuration/) you can find more information on how to configure HASS).
55+
The root `home-assistant` directory on your workstation will be mirrored with `/home-assistant` inside the VM. In `virtualization/vagrant` there's also a `config` folder that you can use to drop configuration files (Check the [Getting started section](https://home-assistant.io/getting-started/configuration/) for more information about how to configure Home Assistant).
5656

57-
Any changes made to the local directory on your workstation will be available from the Vagrant host, so to apply your changes to the HASS process, just restart it:
57+
Any changes made to the local directory on your workstation will be available from the Vagrant host, so to apply your changes to the Home Assistant process, just restart it:
5858

5959
```bash
6060
touch restart ; vagrant provision

0 commit comments

Comments
 (0)