From a5fb412986edc5d3aec59a2b5f275d14926373a6 Mon Sep 17 00:00:00 2001 From: Play_D <43675876+ranzeplay@users.noreply.github.com> Date: Sat, 14 Sep 2019 19:38:55 +0800 Subject: [PATCH] Update README.md Delete the unnecessary word "yarn" at line 75 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b3cea0..89c21b0 100644 --- a/README.md +++ b/README.md @@ -65,14 +65,14 @@ Several quick start options are available: - [Download the latest release.](https://github.com/stisla/stisla/archive/v2.2.0.zip) - Clone the repo: `git clone https://github.com/stisla/stisla.git` -- Install [npm](https://www.npmjs.com) or yarn [yarn](https://yarnpkg.com) first if you don't have it in your machine +- Install [npm](https://www.npmjs.com) or [yarn](https://yarnpkg.com) first if you don't have it in your machine - Run the `yarn stisla-start` command to start using stisla ! Read the [Getting started page](https://getstisla.com/docs) for information on the framework contents, templates and examples, and more. ## Development Guide - Clone the repo: `git clone https://github.com/stisla/stisla.git` to your local path -- Make sure you have [npm](https://www.npmjs.com) or yarn [yarn](https://yarnpkg.com) installed to your machine +- Make sure you have [npm](https://www.npmjs.com) or [yarn](https://yarnpkg.com) installed to your machine - Run the `stisla-dev` command to install production dependencies - Run the `dev` command to start developing