From f0fa1dd2fce6cd059cec6db61fa83dc801b11185 Mon Sep 17 00:00:00 2001 From: Kyle Oba Date: Mon, 13 Apr 2020 02:55:58 -1000 Subject: [PATCH] Fix name of Anaconda install script Unless you wanted to keep the `version.num` placeholders there... maybe they should be called out? Not sure. --- StyleGAN-GCP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StyleGAN-GCP.md b/StyleGAN-GCP.md index 3bef49c..a363c74 100644 --- a/StyleGAN-GCP.md +++ b/StyleGAN-GCP.md @@ -9,7 +9,7 @@ Once you have a VM set up, log in using SSH and follow the below instructions (a ## Set up Anaconda `wget -c https://repo.continuum.io/archive/Anaconda3-2020.02-Linux-x86_64.sh` -`bash Anaconda3-version.num-Linux-x86_64.sh` +`bash Anaconda3-2020.02-Linux-x86_64.sh` `rm Anaconda3-2020.02-Linux-x86_64.sh`