Jelajahi Sumber

Updating testing docs to include possible VM names

cmacrae 9 tahun lalu
induk
melakukan
d903046f97
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      docs/testing.md

+ 1 - 1
docs/testing.md

@@ -1,7 +1,7 @@
 # Testing
 A small testing framework is provided with this role using [Vagrant](https://vagrantup.com/).  
 
-To test this role locally, once you've set up Vagrant, simply `cd` to `tests` and run `vagrant up`, after which you can visit the following URLs in your browser for the associated deployments:  
+To test this role locally, once you've set up Vagrant, simply `cd` to `tests` and run `vagrant up [ubuntu15|centos7]`, after which you can visit the following URLs in your browser for the associated deployments:  
 - Ubuntu 15.04: `http://localhost:3000`  
 - CentOS 7: `http://localhost:3001`