From be85b97bccfb9eb739f8e3bd37e32e720ccbf965 Mon Sep 17 00:00:00 2001 From: Altan Orhon Date: Wed, 25 Oct 2023 10:05:30 -0700 Subject: [PATCH] Clarify install.sh execution in comments --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9f5d66f..da58716 100644 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ # install.sh is generated from .build/install.j2.sh. Do not edit it directly. # This script is intended to be sourced from the current shell. -# It will clone the hyakvnc repository to ~/.hyakvnc/hyakvnc and create a symlink in it to ~/.local/bin/hyakvnc. +# It will clone the hyakvnc repository from GitHub to ~/.hyakvnc/hyakvnc and create a symlink in it to ~/.local/bin/hyakvnc. # These locations can be changed by setting the following environment variables: # - HYAKVNC_DIR: Local directory to store application data (default: `$HOME/.hyakvnc`) # - HYAKVNC_REPO_DIR: Local directory to store git repository (default: `$HYAKVNC_DIR/hyakvnc`)