diff --git a/README.md b/README.md index f8692ca..752d95e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ To work locally, you'll have to follow the steps below: ```shell sudo snap install hugo + echo 'export PATH=$PATH:/snap/bin' >> ~/.bashrc + source ~/.bashrc ``` 1. Open a terminal in Linux (or `git bash` in Windows) and navigate to where you cloned this repository. diff --git a/linux_test_local.sh b/linux_test_local.sh old mode 100644 new mode 100755