From e476526da1d994597cc2a5d0d35c5b9659fb3f0c Mon Sep 17 00:00:00 2001 From: maouw <62307612+maouw@users.noreply.github.com> Date: Tue, 14 Nov 2023 01:15:19 +0000 Subject: [PATCH] Rebuilt README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed7972d..17a43ed 100644 --- a/README.md +++ b/README.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//maouw/hyakvnc/main/install.sh)" +eval "$(curl -fsSL https://raw.githubusercontent.com/maouw/hyakvnc/main/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.