From dbb78985ee73e56e5c7a1ff4332ece3f0636e491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A0=CE=B1=CE=BD=CE=B1=CE=B3=CE=B9=CF=8E=CF=84=CE=B7?= =?UTF-8?q?=CF=82=20=CE=93=CE=B5=CF=89=CF=81=CE=B3=CE=B1=CE=BA=CF=8C=CF=80?= =?UTF-8?q?=CE=BF=CF=85=CE=BB=CE=BF=CF=82?= Date: Wed, 10 Sep 2025 18:01:23 +0300 Subject: [PATCH] rename repository: readme updates --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 173ff1f..8e17eb8 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ A command-line interface for interacting with JuliaHub, a platform for Julia com Install the latest release automatically: ```bash -curl -sSfL https://raw.githubusercontent.com/JuliaComputing/gojuliahub/main/install.sh | sh +curl -sSfL https://raw.githubusercontent.com/JuliaComputing/jh/main/install.sh | bash ``` Or download and run the script manually: ```bash -wget https://raw.githubusercontent.com/JuliaComputing/gojuliahub/main/install.sh +wget https://raw.githubusercontent.com/JuliaComputing/jh/main/install.sh chmod +x install.sh ./install.sh ``` @@ -35,12 +35,12 @@ chmod +x install.sh **Custom installation directory example:** ```bash -curl -sSfL https://raw.githubusercontent.com/JuliaComputing/gojuliahub/main/install.sh | sh -s -- --install-dir /usr/local/bin +curl -sSfL https://raw.githubusercontent.com/JuliaComputing/jh/main/install.sh | bash -s -- --install-dir /usr/local/bin ``` ### Download Binary Manually -Download the latest release from the [GitHub releases page](https://github.com/JuliaComputing/gojuliahub/releases). +Download the latest release from the [GitHub releases page](https://github.com/JuliaComputing/jh/releases). Available for: - Linux (amd64, arm64) @@ -50,8 +50,8 @@ Available for: ### Build from Source ```bash -git clone https://github.com/JuliaComputing/gojuliahub -cd gojuliahub +git clone https://github.com/JuliaComputing/jh +cd jh go build -o jh . ```