From 5d6b6bc6e825ef82d4c2d8afd197f5fb0f85673a Mon Sep 17 00:00:00 2001 From: kingpower2542 <95505499+kingpower2542@users.noreply.github.com> Date: Wed, 18 Oct 2023 03:08:40 +0700 Subject: [PATCH] Update installation.md # Clone the boilerplate: git clone --depth=1 \ https://github.com/electron-react-boilerplate/electron-react-boilerplate \ your-project-name cd your-project-name # Install dependencies: npm install --- docs/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation.md b/docs/installation.md index 828114a0..f1bc612d 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -27,3 +27,4 @@ Start the app in the `dev` environment. This starts the main process with hot up ```bash npm start ``` +https://github.com/electron-react-boilerplate/electron-react-boilerplate