From e9f8e806373bb40a568e637b13ee8bc028469602 Mon Sep 17 00:00:00 2001 From: Vini Salazar <17276653+vinisalazar@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:56:06 +1100 Subject: [PATCH] Remove Anaconda instructions --- docs/tutorials/git/git.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/tutorials/git/git.md b/docs/tutorials/git/git.md index d08b829a..17648e9a 100644 --- a/docs/tutorials/git/git.md +++ b/docs/tutorials/git/git.md @@ -56,10 +56,6 @@ TO-DOs: **Mac:** Open the Terminal (Command + Spacebar and type "Terminal"), and type `git --version`. Follow the on-screen prompts to install XCode. -**Anaconda:** If you have Anaconda, changes are you already have Git installed. Open either a Terminal or an Anaconda -Prompt, and type `git --version`. If you are already have Git installed, it will show the version number. -Otherwise, you can install it with `conda install git -y`. - **Linux:** for Debian-based distributions, you can run `sudo apt install git-all`. For other options, [see here.](https://git-scm.com/download/linux) **Create a GitHub account**