mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 08:34:15 +01:00
docs:Fix markdown syntax in the contributing_pl (#2354)
* docs:Added hindi translation for contribution guides. * feat:Included the hindi translation link to other language files. * docs:Resolved the markdown formatting in contributing_pl. --------- Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
This commit is contained in:
parent
d24c0ba9a6
commit
77b1e6d738
@ -33,7 +33,7 @@ Bruno jest rozwijane jako aplikacja desktopowa. Musisz załadować aplikację, u
|
|||||||
|
|
||||||
### Lokalny Rozwój
|
### Lokalny Rozwój
|
||||||
|
|
||||||
````bash
|
```bash
|
||||||
# użyj wersji nodejs 18
|
# użyj wersji nodejs 18
|
||||||
nvm use
|
nvm use
|
||||||
|
|
||||||
@ -66,7 +66,7 @@ done
|
|||||||
# Usuń package-lock w podkatalogach
|
# Usuń package-lock w podkatalogach
|
||||||
find . -type f -name "package-lock.json" -delete
|
find . -type f -name "package-lock.json" -delete
|
||||||
|
|
||||||
````
|
```
|
||||||
|
|
||||||
### Testowanie
|
### Testowanie
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user