diff --git a/README.md b/README.md index 491fea17ff114b95b27d18fca8fa159d84d71802..ef045f95e7c6b2043e54104641e30ab3a53d801b 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,17 @@ your_project [](http://git.dms-serwis.com.pl/henrietta/py-scaffold/commits/master) This is a generic scaffold for Python projects that use: -* this GitLab CI for builds/tests/deploys +* _GitLab CI_ for builds/tests/deploys * _coverage.py_ for test coverage * _nose_ for unit tests * _Vagrant_ for environment * _setuptools_ for packaging -* +* _git_ for version control # How to use 1. `git clone http://git.dms-serwis.com.pl/henrietta/py-scaffold.git` -2. Delete `.git` directory +2. delete `.git` directory 3. Rename [your_project_source](your_project_source) to match your project 4. adjust [setup.py](setup.py) 5. adjust [.coveragerc](.coveragerc)