Update README.md

Add disclaimer for folks running the bootstrapping scripts manually.
This commit is contained in:
Nate Foster 2019-02-10 18:00:30 -05:00 committed by GitHub
parent a264b3de05
commit 6a5e60c6a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,6 @@ software pre-installed.
To install dependencies by hand, please reference the [vm](../vm) installation scripts. To install dependencies by hand, please reference the [vm](../vm) installation scripts.
They contain the dependencies, versions, and installation procedure. They contain the dependencies, versions, and installation procedure.
You can run them directly on an Ubuntu 16.04 machine: You should be able to run them directly on an Ubuntu 16.04 machine, although note that the scripts currently assume the existence of a directory `/home/vagrant`:
- `sudo ./root-bootstrap.sh` - `sudo ./root-bootstrap.sh`
- `sudo ./user-bootstrap.sh` - `sudo ./user-bootstrap.sh`