File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
3030cd jh
3131go 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
118118Default server: ` juliahub.com `
119119
120+ Currently, you will only be logged in one server at a time.
121+
120122## Examples
121123
122124### Dataset Operations
You can’t perform that action at this time.
0 commit comments