saurabhdaware / text-to-handwriting

So your teacher asked you to upload written assignments? Hate writing assigments? This tool will help you convert your text to handwriting xD
https://saurabhdaware.github.io/text-to-handwriting/
MIT License
4.71k stars 1.13k forks source link

code in contribution guide gives an error on Cmd and Powershell . #83

Closed GouravSwamy closed 4 years ago

GouravSwamy commented 4 years ago

Describe the bug

Steps 1 involved in contribution guide need a change we followed steps written in contribution guide gives an 400 error as below: fatal: unable to access 'https://github.com/:GouravSwamy/text-to-handwriting/': The requested URL returned error: 400

Expected behavior contribution guide need edits.

correction :- git clone 'https://github.com/:your-github-username/text-to-handwriting.git' please add another step do fork and then use your github username to successfully run the program.

the step 1 in contribution guide need .git at the end to successfully clone project to the pc. correct the steps in contribution guide rest of the steps are absolutely correct.

Screenshots text-to-handwriting

Desktop (please complete the following information):

Additional context Thanks for such an amazing project glad to help you regards Gourav Swamy check the attached screenshoot solved

saurabhdaware commented 4 years ago

Hi Gourav, I believe the issue is with : before the username and not with .git. Can you check if git clone https://github.com/GouravSwamy/text-to-handwriting works?