Skip to content

Commit

Permalink
docs: Reworked the installation section and added the create-sui-dapp…
Browse files Browse the repository at this point in the history
… cli command.
  • Loading branch information
kkomelin committed May 19, 2024
1 parent afd473c commit 8bb9794
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,12 @@ Before you begin, install the following:

## Installation

#### 1. Create a new repository from the template
**[Use this template ->](https://github.com/new?template_name=sui-dapp-starter&template_owner=kkomelin&name=my-first-sui-dapp)**

[Use this form ->](https://github.com/new?template_name=sui-dapp-starter&template_owner=kkomelin&name=my-first-sui-dapp)

#### 2. Clone the newly created repository to your local machine

```bash
git clone https://github.com/[your-github-handle]/[your-new-project-name].git
cd [your-new-project-name]
```

#### 3. Install dependencies
or

```bash
pnpm install
pnpm create sui-dapp@latest
```

## Usage
Expand Down

0 comments on commit 8bb9794

Please sign in to comment.