problem in documentation
DiogenesYazan opened this issue · 2 comments
DiogenesYazan commented
there is a problem in the documentation when creating the clone, it is being used:
git clone git@github.com:discord/getting-started-activity.git
which presents an error, instead of:
git clone https://github.com/discord/getting-started-activity.git
I'm a beginner and I got a little stuck on this part.
Malix-Labs commented
This was planned to be done
dc61deb#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L21
dc61deb fixed that, a little late
You could have guessed it by just reading the above line
dc61deb#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L21
This issue can be closed as done
DiogenesYazan commented
ah tks