Skip to content

Commit

Permalink
docs: Removed degit method from the installation guide and added more…
Browse files Browse the repository at this point in the history
… details for the Use Template option.
  • Loading branch information
kkomelin committed May 16, 2024
1 parent f2dcd89 commit 3320669
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ Before you begin, install the following:

#### 1. Get the starter

[Use this template](https://github.com/new?template_name=sui-dapp-starter&template_owner=kkomelin&name=my-first-sui-dapp) on Github and then Git-clone the newly created project to your local machine.
[Use this template](https://github.com/new?template_name=sui-dapp-starter&template_owner=kkomelin&name=my-first-sui-dapp) to create a new Github project based on the starter.

or
#### 2. Clone the newly created project to your local machine

```bash
pnpm dlx degit kkomelin/sui-dapp-starter my-first-sui-dapp
cd my-first-sui-dapp
git clone https://github.com/[your github nickname]/[your new project name].git
cd [your new project name]
```

#### 2. Install dependencies
#### 3. Install dependencies

```bash
pnpm install
Expand Down

0 comments on commit 3320669

Please sign in to comment.