Skip to content

Commit e1f11a1

Browse files
committed
readme hotfix [skip ci]
1 parent bb0d21f commit e1f11a1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,10 @@ git clone --recurse-submodules [email protected]:firstbatchxyz/dnet.git
6262

6363
> [!NOTE]
6464
>
65-
> If you are not using SSH for GitHub, you can do the following instead:
65+
> If you are not using SSH for GitHub, you can add the following config to change SSH links into HTTPS, then you can clone with the command above.
6666
>
6767
> ```sh
68-
> git clone https://github.com:firstbatchxyz/dnet.git && cd dnet
69-
> git config url."https://github.com/".insteadOf "[email protected]:"
70-
> git submodule update --init --recursive
68+
> git config --global url."https://github.com/".insteadOf "[email protected]:"
7169
> ```
7270
7371
**dnet** uses `uv`, so make sure it is installed. You can check for uv with the command below, and follow the [installation guide](https://docs.astral.sh/uv/getting-started/installation/) if you do not have it.
@@ -111,7 +109,7 @@ dnet comes with a [TUI](https://github.com/firstbatchxyz/dnet-tui) built in Rust
111109
Install the TUI with:
112110
113111
```sh
114-
cargo install https://github.com/firstbatchxyz/dnet-tui.git
112+
cargo install --git https://github.com/firstbatchxyz/dnet-tui.git
115113
```
116114
117115
Then simply run with:

0 commit comments

Comments
 (0)