Skip to content

Commit c4a4b08

Browse files
author
mritd
authoredSep 13, 2017
Create README.md
1 parent 5c31370 commit c4a4b08

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
 

‎README.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## consul-rpm
2+
3+
### 安装 fpm
4+
5+
``` sh
6+
# install rvm
7+
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
8+
\curl -sSL https://get.rvm.io | bash -s stable
9+
source /etc/profile.d/rvm.sh
10+
11+
# install ruby
12+
rvm install 2.4.1
13+
rvm use 2.4.1 --default
14+
15+
# install fpm
16+
gem install fpm
17+
```
18+
19+
### build rpm
20+
21+
``` sh
22+
./build.sh 0.9.3
23+
```

0 commit comments

Comments
 (0)
Please sign in to comment.