From 4bcb30352d64f2d52854aa10dccb79efb897f465 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 12 Jan 2017 15:29:06 -0500 Subject: Adjust location scheme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4202837..a259a23 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ A fresh installation of Miniconda3 is not required for each release. The method Installing from our servers: ``` -$ conda create -n %NAME_%YEAR_%BUILD --file http://ssb.stsci.edu/astroconda-releases/%NAME/%BUILD/%NAME-%YEAR.%BUILD-%PLATFORM-%PYTHON_VERSION.%ITERATION.txt +$ conda create -n %NAME_%BUILD --file http://ssb.stsci.edu/astroconda-releases/%NAME/%BUILD/%NAME%-BUILD-%PLATFORM-%PYTHON_VERSION.%ITERATION.txt ``` Installing from this directory: ``` -$ conda create -n %NAME_%YEAR_%BUILD --file %NAME/%BUILD/%NAME-%YEAR.%BUILD-%PLATFORM-%PYTHON_VERSION.%ITERATION.txt +$ conda create -n %NAME_%BUILD --file %NAME/%BUILD/%NAME-%BUILD-%PLATFORM-%PYTHON_VERSION.%ITERATION.txt ``` -- cgit