-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathholo.htm
executable file
·48 lines (45 loc) · 2.08 KB
/
holo.htm
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>holo</title>
<link href=".src/preferred.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<p class='header'>
<a href="-home.htm">Home</a> | <a href="-diary.htm">Diary</a> | <a href="-todo.htm">Todo</a> | <a href="-index.htm">Index</a> | <a href="-about.htm">About</a> |</p>
<p class='main'>#!~/bin/bash<br/>
# ~/<a href="work.htm">work</a>/holo<br/>
<br/>
# <a class="ext" href="https://Developer.holochain.org">Developer.holochain.org</a><br/>
# <a class="ext" href="https://github.com/holochain">github.com/holochain</a><br/>
# <a class="ext" href="https://Medium.com/holochain">Medium.com/holochain</a><br/>
<br/>
set -e #exit on error<br/>
<br/>
<a href="pkg.htm">pkg</a> add curl nodejs zeromq-devel<br/>
<br/>
<small>[<small>[ -x rustc ]</small>]</small> || curl <a class="ext" href="https://sh.rustup.rs">https://sh.rustup.rs</a> -sSf | sh -s -- --default-<a href="tool.htm">tool</a><a href="chain.htm">chain</a> nightly<br/>
<br/>
#use nightly <a href="tool.htm">tool</a><a href="chain.htm">chain</a><br/>
rustup <a href="tool.htm">tool</a><a href="chain.htm">chain</a> install nightly<br/>
rustup default nightly<br/>
rustup target add wasm32-unkn<a href="own.htm">own</a>-unkn<a href="own.htm">own</a> --<a href="tool.htm">tool</a><a href="chain.htm">chain</a> nightly<br/>
<br/>
<small>[<small>[ -d holo<a href="chain.htm">chain</a>-cmd ]</small>]</small> || git clone <a class="ext" href="https://github.com/holochain/holochain-cmd">https://github.com/holochain/holochain-cmd</a><br/>
<br/>
cd holo<a href="chain.htm">chain</a>-cmd<br/>
git pull<br/>
git <a href="sub.htm">sub</a>module init<br/>
git <a href="sub.htm">sub</a>module <a href="update.htm">update</a><br/>
<br/>
cargo install -f --path .<br/>
<br/>
hc --help<br/>
hc --version<br/>
</p>
<p class='footer'>
Page generated from <a href=".txt/holo">holo</a> by <a href=".src/lens.el">lens.el</a>.</p>
</body>
</html>