浏览代码

Updating testing docs to include possible VM names

cmacrae 9 年之前
父节点
当前提交
d903046f97
共有 1 个文件被更改,包括 1 次插入1 次删除
  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`