From 800b25fc9c7660ea3e5a8f046777683d7ba13e13 Mon Sep 17 00:00:00 2001 From: Tiago Morais Morgado Date: Fri, 18 Aug 2017 15:44:46 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 39 ++++++++++++++++----------------------- 1 file changed, 16 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index dff3694..f46ddd8 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,14 @@ -# node +### Pre-requisites -Installs [node](https://nodejs.org/). +**To get this package running, simply:** -## Available States +- +install **[node](https://nodejs.org/).*** +- *type node **``node`` under gnu bash to install node from the provided [tarball files](https://nodejs.org/dist/).*** +- *then type **``node.pm2`` to Install pm2 globally with npm*** -#### ``node`` +The only current supported os is **Ubuntu 64 bits**. -Installs node from the provided [tarball files](https://nodejs.org/dist/). - -### ``node.pm2`` - -Install pm2 globally with npm - -## Platforms - -Right now only Ubuntu 64 bits is supported. +
## Usage @@ -34,22 +28,21 @@ $ salt "my-machine-name" cmd.run "node --version" v4.2.2 ``` +
+ ## Testing -Testing is done with [kitchen-salt](https://github.com/simonmcc/kitchen-salt). +Testing is done with *[kitchen-salt](https://github.com/simonmcc/kitchen-salt).* -Install it via bundler: +*To do so:* -``` -bundle -``` +- *Install it via bundler: **```bundle```*** +- *then run test-kitchen with: **```kitchen converge```*** -Then run test-kitchen with: - -``` -kitchen converge -``` +
## Author [Alfredo Palhares](https://github.com/masterkorp) + + From 7755904978f9886759e42f2b70659b293de5d932 Mon Sep 17 00:00:00 2001 From: Tiago Morais Morgado Date: Fri, 18 Aug 2017 15:46:51 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f46ddd8..5c39c67 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,4 @@ Testing is done with *[kitchen-salt](https://github.com/simonmcc/kitchen-salt).* [Alfredo Palhares](https://github.com/masterkorp) + From d2e7b7f847412e647161d1b1292e85d2d22579b6 Mon Sep 17 00:00:00 2001 From: Tiago Morais Morgado Date: Fri, 18 Aug 2017 15:48:20 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c39c67..6893bfd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **To get this package running, simply:** -- +install **[node](https://nodejs.org/).*** +- *install **[node](https://nodejs.org/).*** - *type node **``node`` under gnu bash to install node from the provided [tarball files](https://nodejs.org/dist/).*** - *then type **``node.pm2`` to Install pm2 globally with npm***