| ... | ... | |
|---|
| 17 | 17 | * Git으로 받으면 업데이트가 용이하기 때문에 Git으로 받는 것을 추천합니다. |
|---|
| 18 | 18 | ---- |
|---|
| 19 | 19 | 1. openNAMU 폴더의 views에서 다음 명령어를 입력하세요. |
|---|
| 20 | | > git clone https://github.com/daol-project/Vision-Skin.git vision |
|---|
|
|
| 20 | {{{#!syntax text |
|---|
| 21 | git clone https://github.com/daol-project/Vision-Skin.git vision |
|---|
| 22 | }}} |
|---|
| 21 | 23 | 2. 엔진을 다시 시작해 주세요. |
|---|
| 22 | 24 | ---- |
|---|
| 23 | 25 | * 업데이트는 openNAMU 폴더의 views에서 다음 명령어를 입력하세요. |
|---|
| 24 | | > git remote rm origin |
|---|
| 25 | | > git remote add origin https://github.com/daol-project/Vision-skin.git |
|---|
| 26 | | > git fetch -\-depth=1 origin main |
|---|
| 27 | | > git reset -\-hard origin/main |
|---|
|
|
| 26 | {{{#!syntax text |
|---|
| 27 | git remote rm origin |
|---|
| 28 | git remote add origin https://github.com/daol-project/Vision-skin.git |
|---|
| 29 | git fetch -\-depth=1 origin main |
|---|
| 30 | git reset -\-hard origin/main |
|---|
| 31 | }}} |
|---|
| 28 | 32 | |
|---|
| 29 | 33 | ==== 수동 다운로드 ==== |
|---|
| 30 | 34 | 1. [[https://github.com/daol-project/Vision-Skin|Github]]에서 Code를 눌러 ZIP 파일로 다운로드합니다. |
|---|
| ... | ... | |
|---|
| 42 | 46 | > 관리 도구 > 소유자 설정 > 메인 <HEAD>으로 이동합니다. |
|---|
| 43 | 47 | > 다음 코드를 입력합니다. |
|---|
| 44 | 48 | |
|---|
| 45 | | {{{ |
|---|
| 49 | {{{#!syntax text |
|---|
| 46 | 50 | <style> |
|---|
| 47 | 51 | .sidebar-3 { |
|---|
| 48 | 52 | display: none; |
|---|
| ... | ... | |
|---|