Skip to content

Commit 424829c

Browse files
committed
add example for installing from PPA in README
1 parent 9e492ff commit 424829c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
This formula installs [node.js](https://nodejs.org/en/).
44

5+
## Installing from PPA
6+
7+
An example pillar for installing from Debian based PPA repository:
8+
9+
node:
10+
version: 6.9.4
11+
install_from_ppa: True
12+
ppa:
13+
repository_url: https://deb.nodesource.com/node_6.x
14+
515
## Installing from source
616

717
An example pillar file looks as follows:

0 commit comments

Comments
 (0)