File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ A command-line interface for interacting with JuliaHub, a platform for Julia com
1818Install the latest release automatically:
1919
2020``` bash
21- curl -sSfL https://raw.githubusercontent.com/JuliaComputing/gojuliahub /main/install.sh | sh
21+ curl -sSfL https://raw.githubusercontent.com/JuliaComputing/jh /main/install.sh | bash
2222```
2323
2424Or download and run the script manually:
2525
2626``` bash
27- wget https://raw.githubusercontent.com/JuliaComputing/gojuliahub /main/install.sh
27+ wget https://raw.githubusercontent.com/JuliaComputing/jh /main/install.sh
2828chmod +x install.sh
2929./install.sh
3030```
@@ -35,12 +35,12 @@ chmod +x install.sh
3535
3636** Custom installation directory example:**
3737``` bash
38- curl -sSfL https://raw.githubusercontent.com/JuliaComputing/gojuliahub /main/install.sh | sh -s -- --install-dir /usr/local/bin
38+ curl -sSfL https://raw.githubusercontent.com/JuliaComputing/jh /main/install.sh | bash -s -- --install-dir /usr/local/bin
3939```
4040
4141### Download Binary Manually
4242
43- Download the latest release from the [ GitHub releases page] ( https://github.com/JuliaComputing/gojuliahub /releases ) .
43+ Download the latest release from the [ GitHub releases page] ( https://github.com/JuliaComputing/jh /releases ) .
4444
4545Available for:
4646- Linux (amd64, arm64)
@@ -50,8 +50,8 @@ Available for:
5050### Build from Source
5151
5252``` bash
53- git clone https://github.com/JuliaComputing/gojuliahub
54- cd gojuliahub
53+ git clone https://github.com/JuliaComputing/jh
54+ cd jh
5555go build -o jh .
5656```
5757
You can’t perform that action at this time.
0 commit comments