File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ To install mason locally:
4040
4141``` sh
4242mkdir ./mason
43- curl -sSfL https://github.com/mapbox/mason/archive/v0.15 .0.tar.gz | tar --gunzip --extract --strip-components=1 --exclude=" *md" --exclude=" test*" --directory=./mason
43+ curl -sSfL https://github.com/mapbox/mason/archive/v0.16 .0.tar.gz | tar --gunzip --extract --strip-components=1 --exclude=" *md" --exclude=" test*" --directory=./mason
4444```
4545
4646Then you can use the ` mason ` command like: ` ./mason/mason install <package> <version> `
4747
4848To install mason globally (to /tmp):
4949
5050``` sh
51- curl -sSfL https://github.com/mapbox/mason/archive/v0.15 .0.tar.gz | tar --gunzip --extract --strip-components=1 --exclude=" *md" --exclude=" test*" --directory=/tmp
51+ curl -sSfL https://github.com/mapbox/mason/archive/v0.16 .0.tar.gz | tar --gunzip --extract --strip-components=1 --exclude=" *md" --exclude=" test*" --directory=/tmp
5252```
5353
5454Then you can use the ` mason ` command like: ` /tmp/mason install <package> <version> `
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ MASON_VERSION=$1 ; shift
77set -eu
88set -o pipefail
99
10- MASON_RELEASED_VERSION=" 0.15 .0"
10+ MASON_RELEASED_VERSION=" 0.16 .0"
1111
1212if [ " ${MASON_COMMAND} " = " --version" ]; then
1313 echo ${MASON_RELEASED_VERSION}
You can’t perform that action at this time.
0 commit comments