From 8b5c9cb5fb2537b8480f2248a0ce1ce07303f310 Mon Sep 17 00:00:00 2001
From: Magnus Bredeli <magnbred@stud.ntnu.no>
Date: Fri, 29 Apr 2022 09:53:21 +0200
Subject: [PATCH] Update README.md

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 18c64a9..b86da8b 100644
--- a/README.md
+++ b/README.md
@@ -109,13 +109,14 @@ $ bb --version
 bb, version 0.1.0
 ```
 
-**Shell completion:** The CLI also supports shell completion with TAB, but is currently only comaptible with bash, zsh and fish. To activate this, execute the command:
-
+**Shell completion:** The CLI also supports shell completion with TAB, but is currently only comaptible with bash, zsh and fish. To activate this you can follow the guide here: [Click shell completion help page](https://click.palletsprojects.com/en/8.1.x/shell-completion/).
+<!--
 ```Shell
 bb activate-shell-completion {YOUR_SHELL}
 ```
 
 This feauture is still unstable and if you encounter any problems, please check the [Click shell completion help page](https://click.palletsprojects.com/en/8.1.x/shell-completion/).
+-->
 
 ## Usage
 
-- 
GitLab