Skip to content

Commit

Permalink
Merge pull request #353 from marp-team/homebrew
Browse files Browse the repository at this point in the history
Add installation guide for Homebrew
  • Loading branch information
yhatt authored May 21, 2021
2 parents bfc46c4 + 4260eeb commit f943d1c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

### Added

- Installation guide for Homebrew ([#353](https://github.com/marp-team/marp-cli/pull/353))

### Removed

- Installation guide for not-maintained Chocolatey ([#350](https://github.com/marp-team/marp-cli/pull/350))

## v1.1.1 - 2021-05-17

### Changed
Expand Down
26 changes: 11 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,35 +67,31 @@ npm install --save-dev @marp-team/marp-cli

The installed `marp` command is available in [npm-scripts](https://docs.npmjs.com/misc/scripts) or `npx marp`.

### Global installation
#### Global installation

You can install with `-g` option if you want to use `marp` command globally.

```bash
npm install -g @marp-team/marp-cli
```

### [Standalone binary][releases]

Do you never want to install any dependent tools? We also provide executable binaries for Linux, macOS, and Windows.

**[:fast_forward: Download the latest standalone binary from release page.][releases]**
### Use package manager

Also you can use the package manager to install/update Marp CLI standalone binary.
You can use the package manager to install/update Marp CLI easily.

#### Windows
- **macOS**
- **[Homebrew](https://brew.sh/)**: `brew install marp-cli` ([Refer to the formula...](https://github.com/Homebrew/homebrew-core/blob/master/Formula/marp-cli.rb))

- **[Scoop](https://scoop.sh/)**: `scoop install marp` ([Refer to the manifest in official Main bucket...](https://github.com/ScoopInstaller/Main/blob/master/bucket/marp.json))
* **Windows**
- **[Scoop](https://scoop.sh/)**: `scoop install marp` ([Refer to the manifest in Main bucket...](https://github.com/ScoopInstaller/Main/blob/master/bucket/marp.json))

<!--
_Disclaimer: Package manifests are maintained by the community, not Marp team._

[Marp team must not recommend a way to install for vulnerable outdated version.]
- **[Chocolatey](https://chocolatey.org/)**: `choco install marp-cli` ([Refer to the package information...](https://chocolatey.org/packages/marp-cli))
### [Standalone binary][releases]

> _Disclaimer: These packages and manifests are maintained by the others, not Marp team._
We also provide standalone binaries for Linux, macOS, and Windows.

-->
**[:fast_forward: Download the latest standalone binary from release page.][releases]**

[releases]: https://github.com/marp-team/marp-cli/releases

Expand Down

0 comments on commit f943d1c

Please sign in to comment.