RitaAndAurora / ddrm-jfsebastian

J.F. Sebastian is a tool that provides new ways to control Deckard's Dream synthesizer
https://ritaandaurora.github.io/ddrm-jfsebastian/
GNU General Public License v3.0
29 stars 1 forks source link

Incorrect Repository Name in README #9

Closed eltobosolo closed 1 year ago

eltobosolo commented 1 year ago

In https://github.com/RitaAndAurora/ddrm-jfsebastian/blob/master/README.md the instructions for getting the source has the following command line:

git clone https://github.com/RitaAndAurora/kijimi-babu-frik.git && cd kijimi-babu-frik.git && git submodule update --init

i.e. the repository points to the kijimi plugin not jfsebastian.

eltobosolo commented 1 year ago

I think there's also a spurious .git suffix in the second line. The command line should be:

git clone https://github.com/RitaAndAurora/ddrm-jfsebastian.git && cd ddrm-jfsebastian && git submodule update --init

ffont commented 1 year ago

I'll fix that, thanks!