diff options
author | Alexis Roda <alexis.roda.villalonga@gmail.com> | 2019-07-27 10:16:05 +0200 |
---|---|---|
committer | Alexis Roda <alexis.roda.villalonga@gmail.com> | 2019-07-27 10:16:05 +0200 |
commit | 11cb2bb14a83dfb16293d7ff072e2c170ec73ebc (patch) | |
tree | b4bd8702f9538a04f8c2c96673429ac24659a49b /README.md | |
parent | 5f7d94e32812cb02ecde0a9f4fa965002f551c86 (diff) | |
download | z80count-11cb2bb14a83dfb16293d7ff072e2c170ec73ebc.tar.gz z80count-11cb2bb14a83dfb16293d7ff072e2c170ec73ebc.zip |
Fix markdown.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -12,13 +12,13 @@ Z80 assembler syntax I use. To install for production download the package from [z80count's releases tab](https://github.com/reidrac/z80count/releases), unpack and run: - python setup.py install + python setup.py install To install for developmet run: - git clone https://github.com/reidrac/z80count.git - cd z80count - pip install -e ".[dev]" + git clone https://github.com/reidrac/z80count.git + cd z80count + pip install -e ".[dev]" ## Requirements |