OzzyCzech / potrans

Command line tool for translate Gettext with Google Translator API or DeepL API
MIT License
89 stars 30 forks source link

Dependencies #21

Open ktalik opened 1 month ago

ktalik commented 1 month ago

How to install this application? There are no instruction on how to install dependencies and what are the requirements.

When I try:

$ composer require --dev om/potrans

it ends up with:

Root package 'om/potrans' cannot require itself in its composer.json
ktalik commented 1 month ago

Instructions on how to install this app are at the very end of the README file: ...

https://github.com/OzzyCzech/potrans?tab=readme-ov-file#potrans-development

OzzyCzech commented 1 month ago

This is strange error, package do not require itself

It seems that you tried installing om/potrans in the om/potrans package. The correct way is to install om/potrans into the project, or you can create an empty folder and install om/potrans into it.

ktalik commented 1 month ago

Thanks for reply.

My issue was that I couldn't find the installation instructions easily. They are at the end of README file. Do you accept a pull request to move this to the top of the file?