From b4307662d451587c8eece3dd4ae5947de09a86d6 Mon Sep 17 00:00:00 2001 From: Arnoud Buzing Date: Fri, 3 Mar 2017 08:56:32 -0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7ca509c..2832c97 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,11 @@ To install the cloned copy of this repository in the Wolfram Language, run the f `PacletInstall["WebUnit"]` +Or download a released .paclet file and install it with: + +`PacletInstall["WebUnit-x.y.z.paclet"]` + +where x.y.z is replaced by and actual released version number (e.g. 0.0.1) +