ref: 768963687f66b324a6442ec46e1d9939944ed37a
parent: a7e9ef6e713318346f6226ae00f268547e32b41f
author: Ori Bernstein <ori@eigenstate.org>
date: Thu Nov 26 13:42:39 EST 2020
README: update links to point at self hosting instance We're self hosting now -- we should point people at the self hosted instance instead of github: the source of truth should be orib.dev.
--- a/README
+++ b/README
@@ -22,15 +22,15 @@
Get a bootstrap copy:
% cd /tmp
- % hget https://github.com/oridb/git9/archive/master.tar.gz | tar xvz
+ % hget https://orib.dev/git/git9/HEAD/snap.tar.gz | tar xvz
% cd git9-master
% mk all
% mk install
-Get an updatable version from git:
+Then get an updatable version from git:
% cd $home/src
- % git/clone https://github.com/oridb/git9
+ % git/clone gits://orib.dev/git9
% cd git9
% mk all
% mk install