diff --git a/README.md b/README.md
index 3c49cf8a5b55c26db1e003fb77382b7dbd0c4ea1..5d33de8f8b83358d63e36c94266a8054c832771e 100644
--- a/README.md
+++ b/README.md
@@ -108,14 +108,14 @@ Test if the installation was successful by running ```$ bb --version``` command.
 $ 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
 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/).
+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
 
diff --git a/bbcli/cli.py b/bbcli/cli.py
index b76770cce92017ee2a9c724d46109dbf1bdf982b..a1755e37802fc0d336bdcf04ca623502712127d3 100644
--- a/bbcli/cli.py
+++ b/bbcli/cli.py
@@ -94,7 +94,7 @@ def activate_shell_completion(shell: str):
             click.echo('Shell not recognized, or CLI shell completion is not compatible with your Shell')
 
 
-entry_point.add_command(activate_shell_completion)
+# entry_point.add_command(activate_shell_completion)
 
 """
 COURSE COMMANDS ENTRY POINT