Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 469 Bytes

Brew.md

File metadata and controls

26 lines (17 loc) · 469 Bytes

BREW

简介

适用于个人Linux,不建议在服务端部署使用Brew

Brew 主要使用 类 git 的方式来进行软件的更新

安装

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Linux 还需要

echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> ~/.profile
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"

测试

brew install hello