From fc1ebfc52fd0a8124df23af8c166256fdb6a0255 Mon Sep 17 00:00:00 2001 From: Keisuke Umeno <9renpoto@gmail.com> Date: Sat, 20 Jan 2024 18:31:23 +0900 Subject: [PATCH] chore: update usage --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1fd41b4..71579812 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ ## Install - npm install +```sh +npm install +``` ## Packages @@ -20,7 +22,11 @@ This repository is managed as monorepo. ## Usage - npm run start:dev --workspace example +```sh +# recommend +pre-commit install +npm run start:dev --workspace example +``` ## Contributing