From c0074cc5dc34e50c19072013917c3fcd901e9779 Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Wed, 16 May 2018 15:52:09 -0700 Subject: [PATCH] add rtfm --- package_updates/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package_updates/README.md b/package_updates/README.md index 1942140..cac39d6 100644 --- a/package_updates/README.md +++ b/package_updates/README.md @@ -66,7 +66,7 @@ vagrant status If you're all done, need disk space, or you fucked up, you can `destroy` everything or `halt` it. -_E.g._ `vagrant destroy` `vagrant halt` +_E.g._ `vagrant destroy` `vagrant halt` `vagrant up` [`RTFM`](https://www.vagrantup.com/docs/cli/up.html) ## :neckbeard: Details @@ -97,4 +97,4 @@ When deploying and setting up from the machine where vagrant runs, you need to add some extra arguments: `--ssh-extra-args "-F ./vagrant-ssh-config" --inventory hosts-vagrant` to ansible execution. These are not necessary once running ansible from -`ubuntu1`. \ No newline at end of file +`ubuntu1`.