Skip to content

Commit 5fe31cf

Browse files
authored
Merge pull request #7 from JuliaComputing/pankgeorg-patch-1
rename repository: readme updates
2 parents 5981ece + dbb7898 commit 5fe31cf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ A command-line interface for interacting with JuliaHub, a platform for Julia com
1818
Install 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

2424
Or 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
2828
chmod +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

4545
Available 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
5555
go build -o jh .
5656
```
5757

0 commit comments

Comments
 (0)