Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
chore(readme): add information about installation via npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Nov 2, 2022
1 parent 190ce76 commit 84ebe2c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ Here is a preview of the tool: https://asciinema.org/a/504541

## Install

TODO: Release executables
Install using npm
```shell
npm i -g create-grammy@latest
```

Install using [Go](https://go.dev).

```shell
go install github.com/grammyjs/create-grammy@latest
```

After installation, run **gmy** command to use the tool. You can provide a
After installation, run **create-grammy** command to use the tool. You can provide a
project name as the first argument.

## Templates
Expand Down

0 comments on commit 84ebe2c

Please sign in to comment.