From 7d3d90a04d43b15e6b3f834ab60d349c4b06e75a Mon Sep 17 00:00:00 2001 From: vancouverwill Date: Sat, 5 Mar 2016 14:40:09 +0000 Subject: [PATCH] Updated OSX install.md It was unclear that to install, first clone Delve before `CERT=mycert make install` Added link to helpful walkthrough installation video --- Documentation/installation/osx/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/installation/osx/install.md b/Documentation/installation/osx/install.md index 2a9b1279..b2e6cc17 100644 --- a/Documentation/installation/osx/install.md +++ b/Documentation/installation/osx/install.md @@ -14,7 +14,9 @@ You must create a self signed certificate and sign the binary with it: * In keychains select “System”, and you should find your new certificate. Use the context menu for the certificate, select “Get Info”, open the “Trust” item, and set “Code Signing” to “Always Trust”. * [At least on Yosemite:] In keychains select category Keys -> dlv-cert -> right click -> GetInfo -> Access Control -> select "Allow all applications to access this item" -> Save Changes. * You must quit “Keychain Access” application in order to use the certificate and restart “taskgated” service by killing the current running “taskgated” process. Alternatively you can restart your computer. +* Clone this project: `git clone git@github.com:derekparker/delve.git && cd delve` * Run the following: `GO15VENDOREXPERIMENT=1 CERT=dlv-cert make install`, which will install the binary and codesign it. +* for more info see this installation video http://www.youtube.com/watch?v=4ndjybtBg74 ## 2) Install the binary