반응형
Install curl on Mac OSX
About the App
- App name: curl
- App description: Get a file from an HTTP HTTPS or FTP server
- App website: http://curl.haxx.se/
Install the App
- Press
Command+Space
and type Terminal and press enter/return key. - Run in Terminal app:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
and press enter/return key. Wait for the command to finish. - Run:
brew install curl
Done! You can now use curl
.
반응형
'프로그래밍 > Architect' 카테고리의 다른 글
일하는 학습 경험을 만드는 11 가지 방법 (0) | 2017.08.02 |
---|---|
왜 지금 다시 큐레이션인가? (0) | 2017.07.31 |
인맥관리? 인맥의 함정 (0) | 2017.07.24 |
2017년 전국연합학력평가 (0) | 2017.07.12 |
[Mobile] 여행 서비스도 모바일 퍼스트 (0) | 2017.07.06 |