Skip to content

Commit c2f53ae

Browse files
authored
Update README.md
1 parent d0f790b commit c2f53ae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Available for:
2626
### Build from Source
2727

2828
```bash
29-
git clone https://github.com/yourusername/jh
29+
git clone https://github.com/JuliaComputing/gojuliahub
3030
cd jh
3131
go build -o jh .
3232
```
@@ -61,7 +61,7 @@ go build -o jh .
6161
```bash
6262
jh git-credential setup
6363
# Now you can use standard Git commands with JuliaHub repositories
64-
git clone https://juliahub.com/git/projects/username/project.git
64+
git clone https://juliahub.com/git/projects/uuid.git
6565
```
6666

6767
## Commands
@@ -117,6 +117,8 @@ Configuration is stored in `~/.juliahub` with 0600 permissions. The file contain
117117

118118
Default server: `juliahub.com`
119119

120+
Currently, you will only be logged in one server at a time.
121+
120122
## Examples
121123

122124
### Dataset Operations

0 commit comments

Comments
 (0)