aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2017-01-12 15:29:06 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2017-01-12 15:29:06 -0500
commit4bcb30352d64f2d52854aa10dccb79efb897f465 (patch)
tree79f4042a2f8d7b73b3b4be84f50e4184a595774c /README.md
parent840f7cdeed50c983cf4205397e9000cba0cd3e36 (diff)
downloadastroconda-releases-testing-4bcb30352d64f2d52854aa10dccb79efb897f465.tar.gz
Adjust location scheme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files 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
```