From 076b057691ca8d5bb5165378cc41a23e3ba9b82c Mon Sep 17 00:00:00 2001 From: Nikita Yutanov Date: Fri, 13 Sep 2024 11:20:37 +0300 Subject: [PATCH] Update React Template install instruction (#155) --- docs/api/tooling/create-gear-app.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/api/tooling/create-gear-app.md b/docs/api/tooling/create-gear-app.md index 1d869eb..f4629b7 100644 --- a/docs/api/tooling/create-gear-app.md +++ b/docs/api/tooling/create-gear-app.md @@ -27,8 +27,9 @@ The Vara React Application Template is an invaluable resource for developers in ## Installation -To install, simply clone the repository to a local folder: +Create new project based on this template: ```sh -git clone https://github.com/gear-foundation/dapps-react-app.git d-app +npx degit gear-foundation/dapps-react-app dApp +cd dApp ``` \ No newline at end of file