From 6a5e60c6a9b1bd4f54ed01009c692a27f71f53eb Mon Sep 17 00:00:00 2001 From: Nate Foster Date: Sun, 10 Feb 2019 18:00:30 -0500 Subject: [PATCH] Update README.md Add disclaimer for folks running the bootstrapping scripts manually. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17dc9c8..c838866 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,6 @@ software pre-installed. To install dependencies by hand, please reference the [vm](../vm) installation scripts. 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 ./user-bootstrap.sh`