SnowConvert AI - MacOS¶
MacOS 설치¶
다운로드된 .dmg 파일을 클릭합니다.
Double-click on the SnowConvert AI logo or drag it into the application’s folder.
\
설치가 완료되면 SnowConvert 를 실행할 수 있습니다.
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:
\ 다음 단계는 설치 파일의 내용을 압축을 푸는 것입니다. 예를 들어, 추출된 파일을 다음 폴더에 저장할 수 있음: /Users/<User>/Documents/dotnet-artifacts
그런 다음 터미널에서 다음 명령을 실행해야 합니다. 파일을 추출한 실제 위치를 변경해 보십시오. 컴퓨터의 구성에 따라 sudo 명령을 사용하여 루트 권한을 사용해야 할 수도 있습니다.
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?