From 0f11465b35e7de1d10b071fa717321dae811e1db Mon Sep 17 00:00:00 2001 From: ix Date: Wed, 17 Feb 2016 08:54:25 -0500 Subject: [PATCH] add note about my port --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2c13943e..0629e11a 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,16 @@ https://github.com/dylanaraps/fetch/wiki/Following-HEAD 4. Install the package - `emerge -a x11-apps/fetch` +### CRUX + +1. Install git and the git ports(8) driver + - `sudo prt-get depinst git` +2. Add the 3rd party repo + - `sudo wget -O /etc/ports/arcetera.git https://git.io/vgNJ6` +3. Sync the repos + - `sudo ports -u` +4. Install the package + - `sudo prt-get depinst fetch` ### Others