7 lines
298 B
Plaintext
7 lines
298 B
Plaintext
|
RELEASE=1.0.0-rc.4
|
||
|
FILENAME=parsedown-$RELEASE
|
||
|
DESTINATION=.
|
||
|
wget -O ${FILENAME}.tar.gz https://github.com/erusev/parsedown/archive/${RELEASE}.tar.gz
|
||
|
tar xfz ${FILENAME}.tar.gz -C $DESTINATION/ --strip-components 1 $FILENAME/Parsedown.php $FILENAME/LICENSE.txt
|
||
|
chmod 644 $DESTINATION/Parsedown.php
|