소스 검색

update repoLink on readme

SimulatedGREG 7 년 전
부모
커밋
70562a0c51
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
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