bleehu / CXDocs

Compound X rules displayed as web pages. Written in Python, served with Flask and bootstraped with bootswatch.
1 stars 1 forks source link

Readme Formatting Improvements #224

Closed Turtlelord26 closed 5 years ago

Turtlelord26 commented 5 years ago

Quoth the Readme (lines 22-32)


Helpful hints on windows

1) Use the windows Command Prompt 2) cd is change directory, dir is list contents of a directory 3) use cd /d G:\ to change to g drive if need be

to test navigate to the root directory and, use:

$export FLASK_APP=sever/app.py or on Windows: $set FLASK_APP=server/app.py $export FLASK_ENV=development or on Windows: $set FLASK_ENV=development $flask run


In the marked down display, it is not clear that these two chunks are different sections. Additionally, the commands (lines 30-32) are not broken by the markdown, so are just a mess. Fixing these would aid dev stack setup.