helloflask / flask-examples

Example applications for Flask learners.
http://helloflask.com/en/
MIT License
189 stars 106 forks source link

Remove `$ ` from README's commands #9

Closed berdal84 closed 2 years ago

berdal84 commented 2 years ago

Hi,

I just cloned the repository by following the instructions. I am a bit annoyed by the $ character you added at the beginning of each code block. I suggest removing the $ prefix on all lines. This would make it easy to copy-paste, especially for multi-line commands.

EDIT: if the $ is here to express it must be run from a command line, I would suggest writing a small phrase at the beginning, like: "Open your terminal and run the following commands:"

And thanks for the repository, I need to learn about flask, this is a good start to look at your examples.

greyli commented 2 years ago

I'm okay to remove them, feel free to make a PR.