Skip to content

Commit 46d4f16

Browse files
committed
update
1 parent 32c7eb7 commit 46d4f16

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,15 @@ GitHub PR'ları yapacaklar için komutlar:
2424
```bash
2525
$ git clone git@github.com:<github-user>/doc-tr.git tr
2626
$ git clone https://github.com/php/doc-en.git en
27-
$ git clone https://github.com/php/doc-base.git doc-base```
27+
$ git clone https://github.com/php/doc-base.git doc-base
28+
```
2829

2930
Liderle çalışacaklar için komutlar:
3031
```bash
3132
$ git clone https://github.com/php/doc-tr.git tr
3233
$ git clone https://github.com/php/doc-en.git en
33-
$ git clone https://github.com/php/doc-base.git doc-base```
34+
$ git clone https://github.com/php/doc-base.git doc-base
35+
```
3436

3537
PHP karması olanların https://github.com/php/doc-base/README.md dosyasını
3638
okuduktan sonra buraya dönmesini öneririm.
@@ -41,7 +43,8 @@ dizininden bahsederken "çalışma dizini" diyeceğiz. Bunu yaptıktan sonra yen
4143
bir çeviriye başlamaya karar vermeden önce bu üç dizinde de daima
4244

4345
```bash
44-
$ git pull```
46+
$ git pull
47+
```
4548

4649
komutunu vermelisiniz. Bu komut çalışma dizininizi son haline getirir.
4750
`tr` dizininde sadece çevrilmiş ve çevirisi sürmekte olan dosyalar vardır.

0 commit comments

Comments
 (0)