diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-07 18:00:48 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-07 18:00:48 -0400 |
commit | 8fcf5373fc7c41e30842b56411e7260e555f95e1 (patch) | |
tree | 4e7638208ed53369f5b46bd27ea731c9043d0343 | |
parent | 0353cec4510a618c833a35156f793f5bdd38d797 (diff) | |
download | astroconda-8fcf5373fc7c41e30842b56411e7260e555f95e1.tar.gz |
Fix extra backtick
-rw-r--r-- | source/faq.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/faq.rst b/source/faq.rst index 6ac14fa..43ce281 100644 --- a/source/faq.rst +++ b/source/faq.rst @@ -27,7 +27,7 @@ Updates to (STScI) software will be released as bugs are identified and squashed "releases" (i.e. a set of software used by our internal pipelines). After installing a release it is then possible to upgrade to the latest out-of-band packages by simply running: -```conda update -n astroconda --all``` +``conda update -n astroconda --all`` Non-STScI software will be upgraded on an as-needed basis. See the `Contibuting Guide <contributing.html>`_ to learn more about asking for updates to existing packages. |