landing(bank): fix monorepo browse/clone links
Point CLI docs at git.taler.net browse + git.gnunet.org clone (old .git URL was HTTP 404 for link checks).
This commit is contained in:
parent
7c5ed2887c
commit
37ea4bb839
1 changed files with 3 additions and 2 deletions
|
|
@ -1260,12 +1260,13 @@ tw run-until-done && tw balance</pre>
|
|||
<div class="cli-pane" id="cli-pane-unix">
|
||||
<p class="cli-lead">
|
||||
Unix / macOS ·
|
||||
<a href="https://git.taler.net/taler-typescript-core.git" target="_blank" rel="noopener noreferrer">taler-typescript-core</a>
|
||||
<a href="https://git.taler.net/taler/taler-typescript-core" target="_blank" rel="noopener noreferrer">taler-typescript-core</a>
|
||||
· mint
|
||||
<a href="https://bank.hacktivism.ch/intro/demo-withdraw.json" target="_blank" rel="noopener noreferrer">demo-withdraw.json</a>
|
||||
</p>
|
||||
<pre class="cli-block"># install: git + node (LTS) + build tools; then monorepo
|
||||
git clone https://git.taler.net/taler-typescript-core.git && cd taler-typescript-core && ./bootstrap && ./configure && make
|
||||
# clone: HTTPS git.gnunet.org (browse: git.taler.net/taler/taler-typescript-core)
|
||||
git clone https://git.gnunet.org/taler-typescript-core.git && cd taler-typescript-core && ./bootstrap && ./configure && make
|
||||
|
||||
# monorepo CLI + private wallet DB (not system package / default home DB)
|
||||
alias tw='node packages/taler-wallet-cli/bin/taler-wallet-cli.mjs --wallet-db="${TMPDIR:-/tmp}/taler-wallet-goa.sqlite3" --no-throttle' && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue