From 0db0015fdb5ec7e266e371c1e7c06ad2b4ef25c9 Mon Sep 17 00:00:00 2001 From: Tony Chen Date: Wed, 5 Aug 2020 03:13:36 +0000 Subject: [PATCH] Leave further instructions; hope it helps someone --- _posts/2020-07-07-cloudy-morning.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/_posts/2020-07-07-cloudy-morning.md b/_posts/2020-07-07-cloudy-morning.md index 5943444..e30da8d 100644 --- a/_posts/2020-07-07-cloudy-morning.md +++ b/_posts/2020-07-07-cloudy-morning.md @@ -17,3 +17,16 @@ which resulted in the following message: > jekyll 3.8.6 I hope this post saves someone else some time. + +--- + +Besides the above, I also made changes to my .bashrc , before Jekyll could work. + +If you find it helpful, you may add the following two lines to your file located +at ~/.bashrc : + +export GEM_HOME=/home/your_username/gems + +export PATH="/home/your_username/gems:$PATH" + +Replace your_username (in the above two lines) with your user-name, of course.