From 8eaa7b81faa36cc94d6c830b4e281445c624bc9a Mon Sep 17 00:00:00 2001 From: Adam <2327942-adamsdesk@users.noreply.gitlab.com> Date: Wed, 12 Oct 2022 16:22:52 -0600 Subject: [PATCH] docs: update path refernece --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a013b88..e1ca1cb 100644 --- a/readme.md +++ b/readme.md @@ -43,15 +43,17 @@ with a dot or period (.). This project are my personal dotfiles and as such are - Specific application ```console + $ cd user/ $ stow fish ``` - All applications ```console + cd user/ $ stow ``` 1. Apply GNOME Settings. GNOME settings are stored within BASH script that utilizes the command "gsettings" to apply desire settings. ```console - $ ./gsconfig + $ ./bin/gsconfig ```