diff --git a/configs/bank-landing/index.html b/configs/bank-landing/index.html index 3f31226..af1113d 100644 --- a/configs/bank-landing/index.html +++ b/configs/bank-landing/index.html @@ -1260,12 +1260,13 @@ tw run-until-done && tw balance

Unix / macOS · - taler-typescript-core + taler-typescript-core · mint demo-withdraw.json

# 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' && \