mothule / xc_launcher

Open .xcodeproj or .xcworkspace via Xcode on command line.
MIT License
1 stars 1 forks source link

最適な設定手順 #4

Open shinriyo opened 2 years ago

shinriyo commented 2 years ago

READMEyour_script_dir_pathはどこに置くのが良いですかね? Filesystem Hierarchy Standardで決まってますかね? /opt/xcでしょうか?

$ cd ~/Downloads/
$ curl -sO https://raw.githubusercontent.com/mothule/xc_launcher/master/xc
$ chmod 711 xc
$ sudo mv xc /opt/xc
$ ln -s /opt/xc /usr/local/bin/

はいかがですか?

mothule commented 2 years ago

独自の作業スペースでもDownloadsのままでも配置場所は任意です。