From 14c5c5ed85eb9426d24dd7ca2165688232fa0085 Mon Sep 17 00:00:00 2001 From: kenjitheman Date: Thu, 23 Nov 2023 13:52:45 +0000 Subject: [PATCH] docs: update README.md, change shell to sh --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a1dd2a45..df94df0d 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ ## Installation -```shell +```sh git clone https://github.com/seadclub/seadclub.online ``` - Install all dependencies -```shell +```sh yarn install ``` @@ -16,13 +16,13 @@ yarn install - Run -```shell +```sh yarn start ``` - Run in dev mode -```shell +```sh yarn dev ```