Skip to content

Commit b32aab2

Browse files
[docs]
1 parent 83c7912 commit b32aab2

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

README.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
11
# github repository가 변경되었습니다.
2+
23
v4.1.10이상 버전 릴리즈는 https://github.com/tmax-cloud/hypercloud-installer 에서 확인가능합니다.
34

45
## Install
56

6-
- 저장소 복사 (zip 형태로 다운받아 압축해제해도 무관)
7-
- 패키징에 필요한 의존성 패키지 설치 ('npm'과 'yarn'이 설치되어 있어야 합니다.)
8-
- nodejs: https://nodejs.org/
9-
- yarn: https://classic.yarnpkg.com/
7+
- 저장소 복사 (zip 형태로 다운받아 압축해제해도 무관)
8+
- 패키징에 필요한 의존성 패키지 설치 ('npm'과 'yarn'이 설치되어 있어야 합니다.)
9+
- nodejs: https://nodejs.org/
10+
- yarn: https://classic.yarnpkg.com/
1011

1112
```bash
12-
$ git clone --depth 1 --single-branch -b {version} https://github.com/tmax-cloud/hypercloud-installer.git {your-project-name}
13-
ex) git clone --depth 1 --single-branch -b v4.1.0 https://github.com/tmax-cloud/hypercloud-installer.git hypercloud-installer
13+
$ git clone --depth 1 --single-branch -b {version} https://github.com/tmax-cloud/hypercloud-installer-deprecated.git {your-project-name}
14+
ex) git clone --depth 1 --single-branch -b v4.1.0 https://github.com/tmax-cloud/hypercloud-installer-deprecated.git hypercloud-installer-deprecated
1415
$ cd {your-project-name}
1516
$ yarn
1617
```
1718

1819
## Packaging for Production
1920

20-
- hypercloud-installer 설치 파일 패키징
21+
- hypercloud-installer-deprecated 설치 파일 패키징
2122

2223
```bash
2324
$ yarn package
2425
```
2526

26-
- release 디렉토리에서 설치 파일 확인
27-
- Linux
28-
- Ubuntu
29-
- .deb 파일 확인 (debian 계열 Linux 설치 파일)
30-
- CentOS
31-
- .rpm 파일 확인 (redhat 계열 Linux 설치 파일)
32-
- Windows:
33-
- .msi 파일 확인
27+
- release 디렉토리에서 설치 파일 확인
28+
- Linux
29+
- Ubuntu
30+
- .deb 파일 확인 (debian 계열 Linux 설치 파일)
31+
- CentOS
32+
- .rpm 파일 확인 (redhat 계열 Linux 설치 파일)
33+
- Windows:
34+
- .msi 파일 확인

app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "hypercloud-installer",
2+
"name": "hypercloud-installer-deprecated",
33
"productName": "HyperCloud Installer",
44
"version": "v4.1.9",
55
"description": "HyperCloud Installer Application (Electron application boilerplate based on React, React Router, Webpack, React Hot Loader for rapid application development)",
66
"main": "./main.prod.js",
77
"author": {
88
"name": "tmax-cloud",
99
"email": "[email protected]",
10-
"url": "https://github.com/tmax-cloud/hypercloud-installer.git"
10+
"url": "https://github.com/tmax-cloud/hypercloud-installer-deprecated.git"
1111
},
1212
"scripts": {
1313
"electron-rebuild": "node -r ../internals/scripts/BabelRegister.js ../internals/scripts/ElectronRebuild.js",

0 commit comments

Comments
 (0)