Skip to content

Commit

Permalink
Update installatin instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
tai2 committed Oct 22, 2023
1 parent f2527a3 commit 9c4c1da
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,23 @@ page use than fullset static site generation.

# Installation

If you have deno in your system, you can install `decor` with the following
command.

```bash
deno install --allow-write --allow-read https://deno.land/x/decor/src/decor.ts
```

If you are a Homebrew user on macOS, you can install `decor` with the following
command.

```
TBD
```

For other systems, you can download a binary from the
[releases](https://github.com/tai2/decor/releases).

# How to Use

`decor` takes a pair of template and Markdown files as arguments.
Expand Down

0 comments on commit 9c4c1da

Please sign in to comment.