From 335c9f22efc319ea0c3232a6dfd69c425153c89b Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 25 Dec 2023 16:40:23 +0000 Subject: Moved home --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3f5e9bd..269952f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ and adds comments to the code with the cycles used by the instruction. It needs testing and probably a proper Z80 parser, but it works for me and the Z80 assembler syntax I use. -![Demo with vim](https://github.com/reidrac/z80count/raw/master//etc/demo-vim.gif) +demo ## Install @@ -16,14 +16,13 @@ To install for production you can use `pip`: pip3 install --user z80count -Or you can download the package from [z80count's releases -tab](https://github.com/reidrac/z80count/releases), unpack and run: +Or you can download the package from [z80count's refs tab](https://git.usebox.net/z80count/refs/), unpack and run: python3 setup.py install To install for development run: - git clone https://github.com/reidrac/z80count.git + git clone https://git.usebox.net/z80count cd z80count pip3 install -e ".[dev]" -- cgit v1.2.3