From 70562a0c514a4ee3dcdbe1284bc3fe268ff70ac7 Mon Sep 17 00:00:00 2001 From: SimulatedGREG Date: Mon, 28 Aug 2017 00:33:31 -0500 Subject: [PATCH] update repoLink on readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53f0fe4..56e7e2d 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ The use of the [yarn](https://yarnpkg.com/) package manager is **strongly** reco ```bash # copy template using curl -curl -fsSL [repoLink]/archive/master.tar.gz | tar -xz --strip-components 1 +curl -fsSL https://github.com/electron-userland/electron-webpack-quick-start/archive/master.tar.gz | tar -xz --strip-components 1 # or copy template using git clone -git clone [repoLink] +git clone https://github.com/electron-userland/electron-webpack-quick-start.git cd electron-webpack-quick-start rm -rf .git