|
@@ -5,7 +5,7 @@
|
|
|
[](https://david-dm.org/atom/electron#info=devDependencies)
|
|
|
[](http://atom-slack.herokuapp.com/)
|
|
|
|
|
|
-### [Electron](https://github.com/atom/electron/) 한국어 참조문서
|
|
|
+### [Electron](https://github.com/electron/electron/) 한국어 참조문서
|
|
|
|
|
|
:zap: *프레임워크 이름이 Atom Shell에서 Electron으로 변경되었습니다* :zap:
|
|
|
|
|
@@ -24,7 +24,7 @@ Electron에 대한 중요한 알림을 받고 싶다면 Twitter에서
|
|
|
## 다운로드
|
|
|
|
|
|
Linux, Windows, OS X 용으로 미리 빌드된 Electron 바이너리와 디버그 심볼이 준비되어
|
|
|
-있습니다. [releases](https://github.com/atom/electron/releases) 페이지에서 받아 볼
|
|
|
+있습니다. [releases](https://github.com/electron/electron/releases) 페이지에서 받아 볼
|
|
|
수 있습니다.
|
|
|
|
|
|
또한 [`npm`](https://docs.npmjs.com/)을 통해 미리 빌드된 Electron 바이너리를 설치할
|
|
@@ -44,25 +44,25 @@ npm install electron-prebuilt --save-dev
|
|
|
|
|
|
## 참조 문서
|
|
|
|
|
|
-[Docs](https://github.com/atom/electron/tree/master/docs/README.md)에 개발 지침과
|
|
|
+[Docs](https://github.com/electron/electron/tree/master/docs/README.md)에 개발 지침과
|
|
|
API 레퍼런스가 있습니다. Electron을 빌드 하는 방법과 프로젝트에 기여하는법 또한 문서에
|
|
|
포함되어 있으니 참고하시기 바랍니다.
|
|
|
|
|
|
## 참조 문서 (번역)
|
|
|
|
|
|
-- [브라질 포르투갈어](https://github.com/atom/electron/tree/master/docs-translations/pt-BR)
|
|
|
-- [한국어](https://github.com/atom/electron/tree/master/docs-translations/ko-KR)
|
|
|
-- [일본어](https://github.com/atom/electron/tree/master/docs-translations/jp)
|
|
|
-- [스페인어](https://github.com/atom/electron/tree/master/docs-translations/es)
|
|
|
-- [중국어 간체](https://github.com/atom/electron/tree/master/docs-translations/zh-CN)
|
|
|
-- [중국어 번체](https://github.com/atom/electron/tree/master/docs-translations/zh-TW)
|
|
|
-- [우크라이나어](https://github.com/atom/electron/tree/master/docs-translations/uk-UA)
|
|
|
-- [러시아어](https://github.com/atom/electron/tree/master/docs-translations/ru-RU)
|
|
|
-- [프랑스어](https://github.com/atom/electron/tree/master/docs-translations/fr-FR)
|
|
|
+- [브라질 포르투갈어](https://github.com/electron/electron/tree/master/docs-translations/pt-BR)
|
|
|
+- [한국어](https://github.com/electron/electron/tree/master/docs-translations/ko-KR)
|
|
|
+- [일본어](https://github.com/electron/electron/tree/master/docs-translations/jp)
|
|
|
+- [스페인어](https://github.com/electron/electron/tree/master/docs-translations/es)
|
|
|
+- [중국어 간체](https://github.com/electron/electron/tree/master/docs-translations/zh-CN)
|
|
|
+- [중국어 번체](https://github.com/electron/electron/tree/master/docs-translations/zh-TW)
|
|
|
+- [우크라이나어](https://github.com/electron/electron/tree/master/docs-translations/uk-UA)
|
|
|
+- [러시아어](https://github.com/electron/electron/tree/master/docs-translations/ru-RU)
|
|
|
+- [프랑스어](https://github.com/electron/electron/tree/master/docs-translations/fr-FR)
|
|
|
|
|
|
## 시작하기
|
|
|
|
|
|
-[`atom/electron-quick-start`](https://github.com/atom/electron-quick-start)
|
|
|
+[`atom/electron-quick-start`](https://github.com/electron/electron-quick-start)
|
|
|
저장소를 클론하여 Electron을 간단히 접해볼 수 있습니다.
|
|
|
|
|
|
## 커뮤니티
|