README.md in knife-topo-0.0.9 vs README.md in knife-topo-0.0.10
- old
+ new
@@ -36,10 +36,12 @@
This plugin has been tested with Chef Version 11.12 on Ubuntu 14.04 LTS, and run on Windows and Mac.
Note: I've encountered a case (on a Mac) where knife was not configured to use
gems on the gem path. If the gem install succeeds but `knife topo`
is not a recognized knife command, try the first approach (copy
-the ruby plugin scripts into ~/.chef/plugins/knife).
+the ruby plugin scripts into ~/.chef/plugins/knife) or install knife topo using the embedded gem:
+
+ $ /opt/chef/embedded/bin/gem install knife-topo
# Usage #
Define one or more topologies in a [topology file](#topology-file). Import
that file into your Chef workspace using [knife topo import](#import),