diff options
author | kwadronaut <kwadronaut@leap.se> | 2015-01-06 20:56:04 +0100 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2015-01-06 20:56:04 +0100 |
commit | 564c7fb88b53e3375edd6c22e71144718410f108 (patch) | |
tree | 4dcf1e20186462a5307ecd375b2e3f52c2f22d82 | |
parent | 07adddfcf103161b249eceac6313d9ee1ca90ca4 (diff) |
platform development spelling
-rw-r--r-- | docs/platform/details/development.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/platform/details/development.md b/docs/platform/details/development.md index 97f207c..6684102 100644 --- a/docs/platform/details/development.md +++ b/docs/platform/details/development.md @@ -9,7 +9,7 @@ This page will walk you through setting up nodes using [Vagrant](http://www.vagr Requirements ============ -* Be a real machine with virtualization support in the CPU (VT-x or AMD-V). In other words, not a virtual machine. +* A real machine with virtualization support in the CPU (VT-x or AMD-V). In other words, not a virtual machine. * Have at least 4gb of RAM. * Have a fast internet connection (because you will be downloading a lot of big files, like virtual machine images). * You should do everything described below as an unprivileged user, and only run those commands as root that are noted with *sudo* in front of them. Other than those commands, there is no need for privileged access to your machine, and in fact things may not work correctly. |