Compare commits

...

2 Commits

Author SHA1 Message Date
Thomas Levine
4a65c416b1 GitHub-only note about repository address change 2022-12-25 11:03:28 +00:00
Thomas Levine
1d2231a415 Move repository to SDF server. 2022-12-25 10:57:40 +00:00
2 changed files with 5 additions and 3 deletions

View File

@ -12,7 +12,7 @@
"bin": "./urchin",
"repository": {
"type": "git",
"url": "git://github.com/tlevine/urchin.git"
"url": "https://git.sdf.org/tlevine/urchin"
},
"keywords": [
"shell",

View File

@ -1,3 +1,5 @@
**The repository at https://github.com/tlevine/urchin will go away. New location is https://git.sdf.org/tlevine/urchin.**
__ _
__ ____________/ /_ (_)___
/ / / / ___/ ___/ __ \/ / __ \
@ -17,7 +19,7 @@ have shells called "tests".
Urchin's tests are written in Urchin, so you can run them to see what Urchin
is like. Clone the repository
git clone git://github.com/tlevine/urchin.git
git clone https://git.sdf.org/tlevine/urchin
Run the tests
@ -51,7 +53,7 @@ Urchin is contained in a single file, so you can install it by copying it to a
directory in your `PATH`. For example, you can run the following as root.
cd /usr/local/bin
wget https://raw.githubusercontent.com/tlevine/urchin/v0.1.0-rc3/urchin
wget https://git.sdf.org/tlevine/urchin/raw/branch/master/urchin
chmod +x urchin
Urchin can be installed with npm too.