Skip to content

Commit e729aad

Browse files
authored
``` git clone --recurse-submodules https://github.com/EmbarkStudios.com/rust-gpu Cloning into 'rust-gpu'... remote: Repository not found. fatal: repository 'https://github.com/EmbarkStudios.com/rust-gpu/' not found ``` Removing the `.com` from EmbarkStudios solves it.
1 parent 96f5f10 commit e729aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ how to use and develop on Rust-GPU.
88
1. Clone the repository.
99

1010
```shell
11-
git clone --recurse-submodules https://github.com/EmbarkStudios.com/rust-gpu
11+
git clone --recurse-submodules https://github.com/EmbarkStudios/rust-gpu
1212
```
1313

1414
1. Install the prerequisites using the provided setup script. From the root of the project, run:

0 commit comments

Comments
 (0)