Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows][CMD] does not recognize commands #41

Open
Kankankan12 opened this issue Oct 4, 2024 · 1 comment
Open

[Windows][CMD] does not recognize commands #41

Kankankan12 opened this issue Oct 4, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@Kankankan12
Copy link

Clone this repository and navigate into the directory

git clone https://github.com/Cerlancism/chatgpt-subtitle-translator && cd chatgpt-subtitle-translator

Install the requirements

npm install

I don't know how to execute these steps. i use windows 10

Give executable permission

chmod +x cli/translator.mjs

Copy .example.env to .env

cp .env.example .env

I run this command

cli/translator.mjs --help

but it doesn't recognize it
imagen

@Cerlancism Cerlancism added documentation Improvements or additions to documentation question Further information is requested labels Oct 5, 2024
@Cerlancism
Copy link
Owner

Cerlancism commented Oct 5, 2024

The readme assumes you have bash command line terminal.

You are on Windows cmd, which requires some modification, here is a guide provided by ChatGPT:

https://chat.openai.com/share/7f4540c3-3b1f-4e8d-94b4-d532b05cc0b3

@Cerlancism Cerlancism changed the title does not recognize commands [Windows][CMD] does not recognize commands Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants