Skip to content

Commit

Permalink
Merge pull request #25 from voitau/fix/macos
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
voitau authored Jan 18, 2021
2 parents a27442b + 528fcfb commit cfd41e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Minimal reference implenentation of [Markdown Localization Specification](https:

To install or update mdlm, you should run the install script. To do that, you may either download and run the script manually, or use the following cURL or Wget command:
```sh
curl -o- https://raw.githubusercontent.com/markdown-localization/mdlm-sh/v0.0.18/install.sh | bash
curl -o- https://raw.githubusercontent.com/markdown-localization/mdlm-sh/v0.0.19/install.sh | bash
```
```sh
wget -qO- https://raw.githubusercontent.com/markdown-localization/mdlm-sh/v0.0.18/install.sh | bash
wget -qO- https://raw.githubusercontent.com/markdown-localization/mdlm-sh/v0.0.19/install.sh | bash
```
Running either of the above commands downloads a script and runs it. The script copies mdlm script to `~/.mdlm`, and attempts to add the source lines from the snippet below to the correct profile file (`~/.bash_profile`, or `~/.bashrc`).

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{ # this ensures the entire script is downloaded #

MDLM_VERSION="0.0.18"
MDLM_VERSION="0.0.19"
MDLM_REMOTE_FILE="https://raw.githubusercontent.com/markdown-localization/mdlm-sh/v${MDLM_VERSION}/mdlm.sh"

mdlm_echo() {
Expand Down

0 comments on commit cfd41e7

Please sign in to comment.