README.md in docman-0.0.36 vs README.md in docman-0.0.37
- old
+ new
@@ -4,34 +4,33 @@
Notes: we are speaking about the code only, media files should be managed separately and for now are out of scope of this tool.
## Installation
-Add this line to your application's Gemfile:
+ $ gem install docman
- gem 'docman'
+## Usage (in process of documentation)
-And then execute:
+Init local environment:
- $ bundle
+ $ docman init <project-dir> <config-repo> # Template: https://github.com/Adyax/docman-config
-Or install it yourself as:
+Build local environment:
- $ gem install docman
+ $ docman build local environment
-## Usage (in process of documentation)
-Build local environment:
+Work on your website!
- $ docman build local environment
+Bump your production version:
+
+ $ docman bump
+
Build the destination docroot using your settings:
$ docman build <docroot> stable
-Deploy built docroot (Drupal core with multiple websites in multisite) to your environment:
-
- $ docman deploy <docroot>
## Contributing
1. Fork it ( https://github.com/Adyax/docman/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
\ No newline at end of file