From 5db322d472649dfb7690e4fa8575364577471578 Mon Sep 17 00:00:00 2001 From: Altan Orhon Date: Wed, 8 Nov 2023 00:25:09 -0800 Subject: [PATCH] Updated README --- .build/README.j2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build/README.j2.md b/.build/README.j2.md index 71ec09c..ed28779 100644 --- a/.build/README.j2.md +++ b/.build/README.j2.md @@ -80,7 +80,7 @@ ssh your-uw-netid@klone.hyak.uw.edu After you've connected to the login node, you can download and install `hyakvnc` by running the following command. Copy and paste it into the terminal window where you are connected to the login node and press enter: ```bash -eval "$(curl -fsSL https://raw.githubusercontent.com//{{github_repository}}/{{github_ref_name}}/install.sh)" +eval "$(curl -fsSL https://raw.githubusercontent.com/{{github_repository}}/{{github_ref_name}}/install.sh)" ``` This will download and install `hyakvnc` to your `~/.local/bin` directory and add it to your `$PATH` so you can run it by typing `hyakvnc` into the terminal window.