From 533a534560712103ebbdb2b8441ba8ef408a54a8 Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Mon, 23 Feb 2015 23:36:03 -0500 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0349b47f..92cbe3ee 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ This project is currently in beta. Most of the functionality is there, but there ### Building -Delve requires Go 1.4 to build. +Delve requires Go 1.4 to build, and currently only supports Linux, with OS X support coming soon. ``` -go get github.com/derekparker/delve/cmd/dlv +go get -u github.com/derekparker/delve/cmd/dlv ``` You will need readline installed on your system. With apt simply: `sudo apt-get install libreadline-dev` .