SnowConvert AI - MacOS¶
Instalação do MacOS¶
Clique no arquivo .dmg baixado.
Double-click on the SnowConvert AI logo or drag it into the application’s folder.
\
Quando a instalação estiver concluída, você poderá iniciar o SnowConvert.
Configurando a CLI¶
If you want to use the SnowConvert AI CLI (Command Line Interface), you first need to have the corresponding installation file for the CLI version. The file would look like this:
\ A próxima etapa é extrair o conteúdo do arquivo de instalação. Por exemplo, os arquivos extraídos podem ser salvos na seguinte pasta: /Users/<User>/Documents/dotnet-artifacts
Em seguida, execute o seguinte comando no terminal. Considere a possibilidade de substituir o local real onde extraiu os arquivos. Dependendo da configuração do seu computador, talvez seja necessário usar o comando sudo para usar privilégios de root:
sudo ln -s /Users/<User>/Documents/dotnet-artifacts/orchestrator/snowct /usr/local/bin/snowct
If /usr/local/bin
is in your PATH environment variable, then you will be able to use the snowct command to execute SnowConvert AI. For example, you can execute this command to learn more about the CLI:
snowct --version
You should see the current installed version of your SnowConvert AI CLI:
You can also check How to use the SnowConvert AI CLI?