From 51f9da24215bd8df66a1d0be318bb20e55e51cce Mon Sep 17 00:00:00 2001 From: Danny S Date: Wed, 21 Oct 2020 08:22:44 -0400 Subject: [PATCH] add wget to line. --- .../docs/01-Orientation/01.05-Installing-Anaconda-on-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/01-Orientation/01.05-Installing-Anaconda-on-Linux.md b/website/docs/01-Orientation/01.05-Installing-Anaconda-on-Linux.md index 0afa3f98..848fbe2e 100644 --- a/website/docs/01-Orientation/01.05-Installing-Anaconda-on-Linux.md +++ b/website/docs/01-Orientation/01.05-Installing-Anaconda-on-Linux.md @@ -55,7 +55,7 @@ Now that the bash installer (.sh file) link is stored on the clipboard, use ```w $ cd ~ $ mkdir tmp $ cd tmp -$ https://repo.continuum.io/archive/Anaconda3.sh +$ wget https://repo.continuum.io/archive/Anaconda3.sh ``` ### 5. Run the bash script to install **Anaconda3**