@@ -10,7 +10,7 @@ Exercise downloader for https://rustplatform.com/
1010- cd to the directory where you want to save the exercises
1111- run the downloader
1212 ` ` ` shell
13- exercises_downloader
13+ pybites-rust-download
1414 ` ` `
1515
1616# # compile it manually
@@ -29,7 +29,7 @@ Maybe you want to have a look at the code, make some changes, try something new.
2929 ` ` `
3030- run the downloader from the project main directory
3131 ` ` ` shell
32- ./exercises_downloader/target/release/exercises_downloader
32+ ./exercises_downloader/target/release/pybites-rust-download
3333 ` ` `
3434- the downloader will create ` exercises` in the current directory
3535
@@ -45,15 +45,15 @@ Using `cargo` to install it from GitHub.
4545` ` ` shell
4646➜ cargo install --git https://github.com/markgreene74/pybites_rust.git
4747 Updating git repository ` https://github.com/markgreene74/pybites_rust.git`
48- Installing exercises_downloader v0.1.0 (https://github.com/markgreene74/pybites_rust.git#d1afb2ec)
48+ Installing pybites-rust-download v0.1.2 (https://github.com/markgreene74/pybites_rust.git#d1afb2ec)
4949
5050(...)
5151
5252
53- Compiling exercises_downloader v0.1.0 (/my/home/.cargo/git/checkouts/pybites_rust-b497f94da89af8aa/d1afb2e/exercises_downloader )
53+ Compiling pybites-rust-download v0.1.2 (/my/home/.cargo/git/checkouts/pybites_rust-b497f94da89af8aa/d1afb2e/pybites-rust-download )
5454 Finished ` release` profile [optimized] target(s) in 15.61s
55- Installing /my/home/.cargo/bin/exercises_downloader
56- Installed package ` exercises_downloader v0.1.0 (https://github.com/markgreene74/pybites_rust.git#d1afb2ec)` (executable ` exercises_downloader ` ) /15.8s
55+ Installing /my/home/.cargo/bin/pybites-rust-download
56+ Installed package ` pybites-rust-download v0.1.0 (https://github.com/markgreene74/pybites_rust.git#d1afb2ec)` (executable ` pybites-rust-download ` ) /15.8s
5757
5858➜
5959` ` `
@@ -63,7 +63,7 @@ Using `make` to compile and execute the exercise downloader.
6363` ` ` shell
6464➜ make download-exercises
6565make build-executable && \
66- exercises_downloader/target/release/exercises_downloader && \
66+ exercises_downloader/target/release/pybites-rust-download && \
6767echo ... all done
6868make[1]: Entering directory ' /my/home/github/pybites_rust'
6969cd exercises_downloader && \
0 commit comments