Files
whisper-local-transcribe/Mac_2_instructions.txt
2023-04-14 10:31:26 +02:00

6 lines
346 B
Plaintext

### Steps to make command file executable
To make a file executable on a Mac, you need to open a terminal window in the directory where the file is located. Then run the following command:
chmod +x run_MAC_2.command
After running this command, the file should be marked as executable and you should be able to run it by double-clicking on it.