diff --git a/README.md b/README.md index f063ee0..4d037f9 100644 --- a/README.md +++ b/README.md @@ -1072,9 +1072,10 @@ Open `bash_profile` by running following command `nano ~/.bash_profile` nano ~/.bashrc > export hotellogs="/workspace/hotel-api/storage/logs" +```bash source ~/.bashrc -cd hotellogs - +cd $hotellogs +``` # 4. Debugging You can easily debug the bash script by passing different options to `bash` command. For example `-n` will not run commands and check for syntax errors only. `-v` echo commands before running them. `-x` echo commands after command-line processing.