From 0a194fd4752f633ac4c1100b121e3c94ac8a612a Mon Sep 17 00:00:00 2001 From: Jonas Date: Tue, 25 Feb 2020 14:54:58 +0100 Subject: [PATCH] Add missing 'c' to .zshrc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b23c79..a8f9a04 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ $ echo "export BH_URL=http://localhost:8080" >> ~/.bashrc ``` or ``` -$ echo "export BH_URL=http://localhost:8080" >> ~/.zshr +$ echo "export BH_URL=http://localhost:8080" >> ~/.zshrc ``` Thats it! Restart your shell and re-run bashhub setup. ```