aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexis Roda <alexis.roda.villalonga@gmail.com>2019-07-27 10:16:05 +0200
committerAlexis Roda <alexis.roda.villalonga@gmail.com>2019-07-27 10:16:05 +0200
commit11cb2bb14a83dfb16293d7ff072e2c170ec73ebc (patch)
treeb4bd8702f9538a04f8c2c96673429ac24659a49b /README.md
parent5f7d94e32812cb02ecde0a9f4fa965002f551c86 (diff)
downloadz80count-11cb2bb14a83dfb16293d7ff072e2c170ec73ebc.tar.gz
z80count-11cb2bb14a83dfb16293d7ff072e2c170ec73ebc.zip
Fix markdown.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 72b9140..ccbd7e1 100644
--- a/README.md
+++ b/README.md
@@ -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