-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
172 lines (160 loc) · 7.07 KB
/
index.html
File metadata and controls
172 lines (160 loc) · 7.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Install - @abranhe Projects</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="description" content="Empowering everyone to build reliable and
efficient software.">
<!-- Twitter card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@abranhe">
<meta name="twitter:creator" content="@abranhe">
<meta name="twitter:title" content="Install - @abranhe's projects">
<meta name="twitter:description" content="Installation website for
@abranhe's projects.">
<!-- <meta name="twitter:image" content=""> @TODO -->
<!-- Facebook OpenGraph -->
<meta property="og:title" content="Install - @abranhe's projects">
<meta property="og:description" content="Installation website for @abranhe's
projects.">
<meta property="og:image" content="">
<!-- <meta name="twitter:image" content=""> @TODO -->
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<!-- styles -->
<link rel="stylesheet" href="assets/vendor.css">
<link rel="stylesheet" href="assets/fonts.css">
<link rel="stylesheet" href="assets/app.css">
<!-- favicon -->
<link rel="shortcut icon"
href="https://cdn.abranhe.com/abraham/abraham.ico">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="theme-color" content="#ffffff">
</head>
<body data-gr-c-s-loaded="true">
<nav class="flex flex-row justify-center justify-end-l items-center
flex-wrap ph2 pl3-ns pr4-ns">
<div class="brand flex-auto w-100 w-auto-l self-start tc tl-l">
<a href="https://abranhe.com/" class="brand">
<img class="v-mid ml0-l" alt="Abranhe Logo"
src="https://cdn.abranhe.com/abraham/abraham.svg">
<span class="dib ml2 ml0-l">Installers</span>
</a>
</div>
<ul class="nav list w-100 w-auto-l flex flex-none flex-row flex-wrap
justify-center justify-end-l items-center pv2 ph0 ph4-ns">
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a
href="https://github.com/abranhe">Github</a></li>
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a
href="https://twitter.com/abranhe">Twitter</a></li>
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a
href="https://abranhe.com">Website</a></li>
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a
href="https://instagram.com/abranhe">Instagram</a></li>
</ul>
</nav>
<div id="main-content">
<section id="rustup" class="green">
<div class="w-100 mw-none ph3 mw8-m mw9-l center f3">
<header>
<h2>How to install</h2>
<div class="highlight"></div>
</header>
<div class="row">
<div id="platform-instructions-unix" class="instructions"
style="display: block;">
<p>It looks like you’re running macOS, Linux, or another Unix-like
OS. To install a project, run the following in your terminal.</p>
<pre><code>curl -s https://sh.abranhe.com/{project} | bash</code></pre>
<p>
To uninstall any project, run the following in your terminal
</p>
<pre><code>curl -s https://sh.abranhe.com/{project}/uninstall | bash</code></pre>
</div>
<div id="platform-instructions-win" class="instructions"
style="display: none;">
<p>It looks like you’re running Windows. At the moment we don't
have any support for Windows, but you can still run it in a
Docker container</p>
<a href="" class="button button-secondary">Check in the project
you'd like to intall for more information</a>
</div>
<div id="platform-instructions-unknown" class="instructions"
style="display: none;">
<!-- unrecognized platform: ask for help -->
<div>
<p>
To install any project, if you are running a Unix such as
Linux
or macOS,<br> run the following
in your terminal, where project is the desire install project
you'd like to install
</p>
<pre><code>curl -s https://sh.abranhe.com/{project} | bash</code></pre>
<p>
To uninstall any project, run the following in your terminal
</p>
<pre><code>curl -s https://sh.abranhe.com/{project}/uninstall | bash</code></pre>
</div>
<div>
<p>
If you are running Windows,<br>we currently aren't supporting
any installation
process for it. You can still visit the project documentation
for more information.
</p>
</div>
</div>
<div id="platform-instructions-default" class="instructions"
style="display: none;">
<div>
<p>
To install any project, if you are running a Unix such as
Linux
or macOS,<br> run the following
in your terminal, where project is the desire install project
you'd like to install
</p>
<pre><code>curl -s https://sh.abranhe.com/{project} | bash</code></pre>
<p>
To uninstall any project, run the following in your terminal
</p>
<pre><code>curl -s https://sh.abranhe.com/{project}/uninstall | bash</code></pre>
</div>
<div>
<p>
If you are running Windows,<br>we currently aren't supporting
any installation
process for it. You can still visit the project documentation
for more information.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="installation-notes" class="white">
<div class="w-100 mw-none ph3 mw8-m mw9-l center f3">
<header>
<h2>Some projects to install</h2>
<div class="highlight"></div>
</header>
<div>
<div class="project"><p><b><a href="https://github.com/abranhe/os">os</a></b></p>
<p>: Know you operating system from your terminal. Written in C.</p></div>
<div class="project">
<p><b><a href="https://github.com/abranhe/opener">opener</a></b></p>
<p>: The Opener CLI</p>
</div>
<div class="project">
<p><b><a href="https://github.com/abranhe/github-npm">github-npm</a></b></p>
<p>: Easy way to Release npm packages on Github</p>
</div>
</div>
</div>
</section>
<script src="assets/index.js"></script>
</div>
</body>
</html>