1 Star 0 Fork 0

ineo6 / brew-docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 5.47 KB
一键复制 编辑 原始数据 按行查看 历史
ineo6 提交于 2021-01-25 00:58 . 111
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
/>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" href="/umi.css" />
<script>
window.routerBase = "/";
</script>
<script>
//! umi version: 3.3.7
</script>
<title>快速安装 Homebrew</title>
</head>
<body>
<div id="root"><div class="__dumi-default-layout" data-route="/" data-show-sidemenu="false" data-show-slugs="false" data-site-mode="true" data-gapless="false"><div class="__dumi-default-navbar" data-mode="site"><button class="__dumi-default-navbar-toggle"></button><a class="__dumi-default-navbar-logo" style="background-image:url(&#x27;./images/homebrew-256x256.png&#x27;)" href="/">Homebrew</a><nav><div class="__dumi-default-search"><input type="search" class="__dumi-default-search-input" value=""/><ul></ul></div><span><a href="/guide">指南</a></span><span><a target="_blank" rel="noopener noreferrer" href="https://github.com/ineo6/homebrew-install">GitHub<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="__dumi-default-external-link-icon"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></span></nav></div><div class="__dumi-default-menu" data-mode="site" data-hidden="true"><div class="__dumi-default-menu-inner"><div class="__dumi-default-menu-header"><a class="__dumi-default-menu-logo" style="background-image:url(&#x27;./images/homebrew-256x256.png&#x27;)" href="/"></a><h1>Homebrew</h1><p></p></div><div class="__dumi-default-menu-mobile-area"><ul class="__dumi-default-menu-nav-list"><li><a href="/guide">指南</a></li><li><a target="_blank" rel="noopener noreferrer" href="https://github.com/ineo6/homebrew-install">GitHub<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="__dumi-default-external-link-icon"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div><ul class="__dumi-default-menu-list"></ul></div></div><div class="__dumi-default-layout-hero"><img src="./images/homebrew-256x256.png"/><h1>Homebrew</h1><div><div class="markdown"><p>macOS飞速安装教程</p></div></div><a href="/guide"><button type="button">快速开始</button></a></div><div class="__dumi-default-layout-content"><div class="markdown"><div class="__dumi-default-center"><h2 id="快速安装-homebrew"><a aria-hidden="true" tabindex="-1" href="/#快速安装-homebrew"><span class="icon,icon-link"></span></a>快速安装 Homebrew</h2></div><div class="__dumi-default-code-block"><pre class="prism-code language-shell"><button class="__dumi-default-icon __dumi-default-code-block-copy-btn" data-status="ready"></button><div class="token-line"><span class="token plain">/bin/bash -c </span><span class="token string">&quot;</span><span class="token string variable">$(</span><span class="token string variable function">curl</span><span class="token string variable"> -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install.sh</span><span class="token string variable">)</span><span class="token string">&quot;</span><span class="token plain"></span></div><div class="token-line"><span class="token plain"></span></div></pre></div><div class="__dumi-default-center">将以上命令粘贴至终端。</div><div class="__dumi-default-center">脚本内置<a target="_blank" rel="noopener noreferrer" href="http://mirrors.ustc.edu.cn/help/brew.git.html">中科大镜像<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="__dumi-default-external-link-icon"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>,所以让Homebrew安装速度飞快。</div><div class="__dumi-default-center">如果对安装有疑问,请通过 <a href="/guide/start">快速开始</a> 安装。</div></div><div class="__dumi-default-layout-footer"><div class="markdown"><p>Open-source MIT Licensed | Copyright © 2021<br />Powered by <a href="https://github.com/ineo6" target="_blank">neo<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="__dumi-default-external-link-icon"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></p></div></div></div></div></div>
<script>
window.g_useSSR = true;
window.g_initialProps = {};
</script>
<script src="/umi.js"></script>
</body>
</html>
1
https://gitee.com/ineo6/brew-docs.git
git@gitee.com:ineo6/brew-docs.git
ineo6
brew-docs
brew-docs
master

搜索帮助