From c9b67f5bc3bb96423965f6dfc1060e2f3d9f361b Mon Sep 17 00:00:00 2001 From: Ellis Valentiner Date: Tue, 1 May 2018 17:18:24 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebf763d..37e815d 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,9 @@ The Dark Sky API requires an API key. See the [Dark Sky Developer Documentation] ## Installation ```julia -# DarkSky.jl is not currently registered as an official package -# Please install the development version from GitHub: +# Install the latest stable version: +Pkg.install("DarkSky") + Or the the development version from GitHub: Pkg.clone("git://github.com/ellisvalentiner/DarkSky.jl.git") ```