From b79f9986aa70c17d716d1c68deed3812f931bf82 Mon Sep 17 00:00:00 2001
From: Samuel Jones <samuel.jones@stfc.ac.uk>
Date: Wed, 31 Mar 2021 09:43:11 +0100
Subject: [PATCH] Update pre-commit install guidelines for Linux

---
 dev-docs/source/GettingStarted.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-docs/source/GettingStarted.rst b/dev-docs/source/GettingStarted.rst
index 41c05a145ec..24964776c35 100644
--- a/dev-docs/source/GettingStarted.rst
+++ b/dev-docs/source/GettingStarted.rst
@@ -73,7 +73,7 @@ Red Hat/Cent OS/Fedora
   yum install mantid-developer
 
   # Install pre-commit
-  pip install pre-commit
+  pip install pre-commit --user
 
 Ubuntu 18.04
 ~~~~~~~~~~~~
@@ -94,7 +94,7 @@ where ``X.Y.Z`` should be replaced with the version that was downloaded.
 
 Install pre-commit for use in our current developer workflow
 .. code-block:: sh
-  snap install pre-commit --classic
+  pip install pre-commit --user
 
 if you wish to setup eclipse for use developing mantid, then instructions can be found :ref:`here <Eclipse>`.
 
@@ -164,7 +164,7 @@ and passing the `-DENABLE_MANTIDPLOT=OFF` option to the cmake command line or se
 
 Install pre-commit for use in our current developer workflow
 .. code-block:: sh
-  snap install pre-commit --classic
+  pip install pre-commit --user
 
 OSX
 ---
-- 
GitLab