Skip to content

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-van committed Apr 23, 2019
1 parent 82c2c20 commit cc17d89
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@ multirun never attempts to restart one of its children if it crashes. Instead it

### Binary using glibc (Ubuntu, Debian, Red Hat, Centos...)

wget https://github.com/nicolas-van/multirun/releases/download/0.3.0/multirun-ubuntu-0.3.0.tar.gz && \
tar -zxvf multirun-ubuntu-0.3.0.tar.gz && \
wget https://github.com/nicolas-van/multirun/releases/download/0.3.0/multirun-ubuntu-0.3.2.tar.gz && \
tar -zxvf multirun-ubuntu-0.3.2.tar.gz && \
mv multirun /bin && \
rm multirun-ubuntu-0.3.0.tar.gz
rm multirun-ubuntu-0.3.2.tar.gz

### Binary using musl libc (Alpine)

wget https://github.com/nicolas-van/multirun/releases/download/0.3.0/multirun-alpine-0.3.0.tar.gz && \
tar -zxvf multirun-alpine-0.3.0.tar.gz && \
wget https://github.com/nicolas-van/multirun/releases/download/0.3.0/multirun-alpine-0.3.2.tar.gz && \
tar -zxvf multirun-alpine-0.3.2.tar.gz && \
mv multirun /bin && \
rm multirun-alpine-0.3.0.tar.gz
rm multirun-alpine-0.3.2.tar.gz

### Sources

git clone --branch 0.3.0 https://github.com/nicolas-van/multirun.git && \
git clone --branch 0.3.2 https://github.com/nicolas-van/multirun.git && \
cd multirun && \
make && \
cp multirun /bin && \
Expand Down

0 comments on commit cc17d89

Please sign in to comment.