From 7ca141fd556ee17a4a672b79ca42a959526fb6e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Wacker?= <s.wacker@tudelft.nl> Date: Thu, 28 Mar 2024 15:51:07 +0100 Subject: [PATCH] Update file README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccaf631..9704c4d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ``` wget https://gitlab.ewi.tudelft.nl/reit/shell-config/-/raw/main/.bashrc-reit?ref_type=heads -O ~/.bashrc-reit echo 'source $HOME/.bashrc-reit' >> ~/.bashrc -source ~/.bashrc +source $HOME/.bashrc # Test the installation reit -- GitLab