Skip to content

Commit

Permalink
Updated READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisSolicen committed Apr 18, 2024
1 parent 62863a3 commit cd5dd12
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ This a script/tool to extract files from the **RPA** archive format from the [`R
using Solicen.RenPy
Archive.ExtractArchive("path_to_RPA");
```
* Or [download]() a command tool for extraction files from the RPA archive.
* Or [download](https://github.com/SolicenTEAM/RPAExtractorCSharp/releases) a command tool for extraction files from the RPA archive.
## Contributions:
* You can create your own fork of this project and contribute to its development.
* You can also contribute via the [`Issues`]() and [`Pull Request`]() tabs by suggesting your code changes. And further development of the project.
* You can also contribute via the [`Issues`](https://github.com/SolicenTEAM/RPAExtractorCSharp/issues) and [`Pull Request`](https://github.com/SolicenTEAM/RPAExtractorCSharp/pulls) tabs by suggesting your code changes. And further development of the project.
## Future of Project:
The initial state of the code and the project involved adding files to `RPA` archives, as well as creating an `RPA` archive based on files to eliminate the use of `unRPA` in CSharp projects.
Expand All @@ -30,3 +30,11 @@ You can use this project/script anywhere you want with an indication of authorsh
---
We express our great gratitude to the author of `unRPA` for the open source code on the basis of which this project was created in the CSharp language.

---

These wonderful people have made an invaluable contribution to the project:

<a href="https://github.com/SolicenTEAM/RPAExtractorCSharp/graphs/contributors">
<img src="https://contrib.rocks/image?repo=SolicenTEAM/RPAExtractorCSharp" />
</a>
12 changes: 10 additions & 2 deletions docs/ru/README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
using Solicen.RenPy
Archive.ExtractArchive("path_to_RPA");
```
* Или [загрузите]() программу командной строки для извлечения файлов из **RPA** архивов.
* Или [загрузите](https://github.com/SolicenTEAM/RPAExtractorCSharp/releases) программу командной строки для извлечения файлов из **RPA** архивов.
## Ваш вклад:
* Вы можете создать свой собственный форк этого проекта и внести свой вклад в его развитие.
* Вы также можете внести свой вклад через вкладки [`Issues`]() и [`Pull Request`](), предложив свои изменения кода. И дальнейшее развитие проекта.
* Вы также можете внести свой вклад через вкладки [`Issues`](https://github.com/SolicenTEAM/RPAExtractorCSharp/issues) и [`Pull Request`](https://github.com/SolicenTEAM/RPAExtractorCSharp/pulls), предложив свои изменения кода. И дальнейшее развитие проекта.
## Будущее проекта:
Исходное состояние кода и проекта включало добавление файлов в архивы `RPA`, а также создание архива `RPA` на основе файлов, чтобы исключить использование `unRPA` в проектах CSharp.
Expand All @@ -29,3 +29,11 @@
---
Мы выражаем нашу огромную благодарность автору `unRPA` за открытый исходный код, на основе которого был создан этот проект на языке CSharp.

---

Эти прекрасные люди внесли свой неоценимый вклад в проект:

<a href="https://github.com/SolicenTEAM/RPAExtractorCSharp/graphs/contributors">
<img src="https://contrib.rocks/image?repo=SolicenTEAM/RPAExtractorCSharp" />
</a>

0 comments on commit cd5dd12

Please sign in to comment.