README.md in minke-generator-swift-0.1.4 vs README.md in minke-generator-swift-0.1.6
- old
+ new
@@ -6,21 +6,21 @@
For information on Minke please see the documentation [http://nicholasjackson.github.io/minke/](http://nicholasjackson.github.io/minke/).
## Available variables for templates (erb style)
| Variable | Description |
-| ----------------------- | |
+| ----------------------- | -------------------------------------- |
| <%= application_name %> | The name of the application executable |
| <%= namespace %> | Namespace of the application |
| <%= src_root %> | Source root of the application |
## Usage
To scaffold a new service run:
```bash
$ mkdir service
$ cd service
-$ docker run --rm -v $(pwd):$(pwd) -w $(pwd) nicholasjackson/minke /bin/bash -c 'source /usr/local/rvm/scripts/rvm && minke -g minke-generator-swift -o $(pwd) -n swift.service -a service'
+$ curl -L -s get.minke.rocks | bash -s ' -g minke-generator-swift -o $(pwd) -n service -a service'
```
## Build and test with Docker
To run a build with a Docker container, to execute the functional and unit tests you can use the following commands. Please see the main Minke documentation for more information [http://nicholasjackson.github.io/minke/](http://nicholasjackson.github.io/minke/).