Skip to content

Commit

Permalink
chore: remove celo composer installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
therealharpaljadeja committed Jul 12, 2024
1 parent 35097e8 commit ae530c9
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,14 @@ Setup a MiniPay project in less than 15 minutes!
## Prerequisites

1. node > 20
2. yarn
2. yarn/npm

## Setting up the project

### Install the Latest Celo Composer CLI tool

```bash
npm i -g @celo/celo-composer@latest
```

```bash
yarn global add @celo/celo-composer@latest
```

### Initialize project using Celo Composer MiniPay template

```bash
npx @celo/celo-composer create
npx @celo/celo-composer@latest create
```

> [!NOTE]
Expand Down

0 comments on commit ae530c9

Please sign in to comment.