@@ -7,7 +7,7 @@ Exercise downloader for https://rustplatform.com/
77
88- install the exercise downloader directly from GitHub, open a terminal and run:
99 ``` shell
10- cargo install --git https://github.com/markgreene74 /pybites_rust.git
10+ cargo install --git https://github.com/PyBites-Open-Source /pybites_rust.git
1111 ```
1212- ` cd` to the directory where you want to save the exercises
1313- run the downloader (free exercises only):
@@ -59,17 +59,17 @@ make download-exercises
5959Using `cargo` to install from GitHub.
6060
6161```shell
62- ➜ cargo install --git https://github.com/markgreene74 /pybites_rust.git
63- Updating git repository `https://github.com/markgreene74 /pybites_rust.git`
64- Installing pybites-rust-download v0.1.2 (https://github.com/markgreene74 /pybites_rust.git#d1afb2ec)
62+ ➜ cargo install --git https://github.com/PyBites-Open-Source /pybites_rust.git
63+ Updating git repository `https://github.com/PyBites-Open-Source /pybites_rust.git`
64+ Installing pybites-rust-download v0.1.2 (https://github.com/PyBites-Open-Source /pybites_rust.git#d1afb2ec)
6565
6666(...)
6767
6868
6969 Compiling pybites-rust-download v0.1.2 (/my/home/.cargo/git/checkouts/pybites_rust-b497f94da89af8aa/d1afb2e/excercise_downloader)
7070 Finished `release` profile [optimized] target(s) in 15.61s
7171 Installing /my/home/.cargo/bin/pybites-rust-download
72- Installed package `pybites-rust-download v0.1.2 (https://github.com/markgreene74 /pybites_rust.git#d1afb2ec)` (executable `pybites-rust-download`) /15.8s
72+ Installed package `pybites-rust-download v0.1.2 (https://github.com/PyBites-Open-Source /pybites_rust.git#d1afb2ec)` (executable `pybites-rust-download`) /15.8s
7373
7474➜
7575```
@@ -115,3 +115,7 @@ Downloading the exercises from Pybites Rust (rustplatform.com) ✅
115115```
116116
117117</details>
118+
119+ ### Credits
120+
121+ Originally created by [Mark Greene](https://github.com/markgreene74).
0 commit comments