summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKartik Null Cating-Subramanian <ksubramanian@chef.io>2016-01-11 11:00:21 -0500
committerKartik Null Cating-Subramanian <ksubramanian@chef.io>2016-01-11 11:02:19 -0500
commit28db185ac32259488151f4ed76d75ba3d444c4ea (patch)
treedc28fbd5de85065e12ed4f0217628123f110af88
parent65f10ea69c8fa279c99334db66bb9d6a9dc27b43 (diff)
downloadchef-ksubrama/omnibus.tar.gz
Fixup omnibus README file paths.ksubrama/omnibus
-rw-r--r--omnibus/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/omnibus/README.md b/omnibus/README.md
index 1688cfe18c..1e73ad80e4 100644
--- a/omnibus/README.md
+++ b/omnibus/README.md
@@ -96,7 +96,7 @@ section:
```shell
$ bundle exec kitchen login <PROJECT>-ubuntu-1204
-[vagrant@ubuntu...] $ cd omnibus-chef
+[vagrant@ubuntu...] $ cd chef/omnibus
[vagrant@ubuntu...] $ bundle install --without development # Don't install dev tools!
[vagrant@ubuntu...] $ ...
[vagrant@ubuntu...] $ bundle exec omnibus build <PROJECT> -l internal
@@ -104,8 +104,8 @@ $ bundle exec kitchen login <PROJECT>-ubuntu-1204
You can also login to Windows instances but will have to manually call the
`load-omnibus-toolchain.bat` script which initializes the build environment.
-Please note the mounted code directory is also at `C:\home\vagrant\omnibus-chef`
-as opposed to `C:\Users\vagrant\omnibus-chef`.
+Please note the mounted code directory is also at `C:\home\vagrant\chef\omnibus`
+as opposed to `C:\Users\vagrant\chef\omnibus`.
```shell
$ bundle exec kitchen login <PROJECT>-windows-81-professional
@@ -115,11 +115,11 @@ Microsoft Windows [Version 6.3.9600]
C:\Users\vagrant>load-omnibus-toolchain.bat
-C:\Users\vagrant>cd C:\home\vagrant\omnibus-chef
+C:\Users\vagrant>cd C:\home\vagrant\chef\omnibus
-C:\home\vagrant\omnibus-chef>bundle install --without development
+C:\home\vagrant\chef\omnibus>bundle install --without development
-C:\home\vagrant\omnibus-chef>bundle exec omnibus build <PROJECT> -l internal
+C:\home\vagrant\chef\omnibus>bundle exec omnibus build <PROJECT> -l internal
```
For a complete list of all commands and platforms, run `kitchen list` or