- Drupal 8 Blueprints
- Alex Burrows
- 89字
- 2021-07-03 00:03:21
Homebrew
The first important tool is HomeBrew (no, it's not teaching you how to make some alcohol at home). It is a fantastic addition to the shell that allows us to execute and install packages very easily.
If you go to https://brew.sh, you can copy and paste into Terminal and away you go, with very simple commands, such as the following:
brew install curl
What the preceding command will do is to download and install the curl package for us. This is just an example of what it does.
推薦閱讀
- Advanced Splunk
- 從零開始:數字圖像處理的編程基礎與應用
- Rust編程:入門、實戰與進階
- C/C++算法從菜鳥到達人
- Learning RabbitMQ
- Functional Programming in JavaScript
- Yocto for Raspberry Pi
- Learning Unity 2D Game Development by Example
- C++反匯編與逆向分析技術揭秘(第2版)
- Mastering Concurrency Programming with Java 9(Second Edition)
- Learning Splunk Web Framework
- Python應用與實戰
- 百萬在線:大型游戲服務端開發
- 編程的原則:改善代碼質量的101個方法
- 算法精解:C語言描述