-
Notifications
You must be signed in to change notification settings - Fork 0
/
documentation.html
57 lines (55 loc) · 1.68 KB
/
documentation.html
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
---
layout: default
---
<div>
<h1>Installation</h1>
<p>quarry ships with arc</p>
<div class="codebox">
$ brew install arc
</div>
</div>
<br>
<h1>Usage</h1>
<div class="codebox">
quarry info [stone]: get info about a stone or about the current project
<br>
quarry lay <stone>: download and install an arc package
<br>
quarry build: install all the packages necessary for a project as described in a package management file
<br>
quarry mason: add/create a new quarry user
<br>
quarry cut <stone>: publish a new quarry package
<br>
quarry get <stone>: download but don’t install a quarry package
<br>
quarry help: Print quarry usage/help page
<br>
quarry rm <stone>: remove a quarry package"
</div>
<div>
<h1>Read the Source Code</h1>
<p> Quarry and all it's stones are open source. The quarry source-code is on github</p>
</div>
<div id="contribute">
<h1>Contribute</h1>
<p> We'd love for you to contribue!!!</p>
<div id="waysyoucanhelp">
<h2> Ways you can help</h2>
<ul>
<li> Sign Up now!</li>
<li> Tell Your Friends</li>
<li> Build something great with arc</li>
<li> Cut(publish) a stone</li>
<li> Hosting: $220</li>
<li> SSL: $100</li>
<li> Feeding Hackers: Priceless</li>
</ul>
</div>
<div id="btc">
<h2>Send some bitcoin</h2>
<img src="./assets/quarrybtc.png" width="80px">
<br>
1GiWfz9Ghk8vrp4sb4G4UWmhobDZLuvnYX
</div>
</div>