[docs] [tr-TR] Update README.md
Minor changes.
This commit is contained in:
parent
bdf3552be6
commit
b79e61db1d
1 changed files with 5 additions and 5 deletions
|
@ -17,23 +17,23 @@ Bu proje katılımcı sözleşmesine bağlıdır. Katılarak,
|
||||||
bu kodun sürdürülebilir olduğunu üstlenmeniz beklenmekte.
|
bu kodun sürdürülebilir olduğunu üstlenmeniz beklenmekte.
|
||||||
Lütfen uygun olmayan davranışları electron@github.com'a rapor edin.
|
Lütfen uygun olmayan davranışları electron@github.com'a rapor edin.
|
||||||
|
|
||||||
## Downloads
|
## İndirme Bağlantıları
|
||||||
|
|
||||||
Electron prebuilt mimarisini yüklemek için,
|
Electron prebuilt mimarisini yüklemek için,
|
||||||
[`npm`](https://docs.npmjs.com/):
|
[`npm`](https://docs.npmjs.com/):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Development dependency olarak yükleyin
|
# Geliştirme bağımlılığı olarak yükleyin
|
||||||
npm install electron --save-dev
|
npm install electron --save-dev
|
||||||
|
|
||||||
# `electron` komutunu global olarak $PATH'a yükleyin
|
# `electron` komutunu global olarak $PATH'a yükleyin
|
||||||
npm install electron -g
|
npm install electron -g
|
||||||
```
|
```
|
||||||
|
|
||||||
Prebuilt mimarileri, debug sembolleri, ve fazlası için
|
Prebuilt mimarileri, debug sembolleri ve fazlası için
|
||||||
[releases page](https://github.com/electron/electron/releases) sayfasını ziyaret edin.
|
[releases](https://github.com/electron/electron/releases) sayfasını ziyaret edin.
|
||||||
|
|
||||||
### Mirrors
|
### Alternatif Bağlantılar
|
||||||
|
|
||||||
- [China](https://npm.taobao.org/mirrors/electron)
|
- [China](https://npm.taobao.org/mirrors/electron)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue