aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-12-21 21:33:26 -0500
committerJesús <heckyel@hyperbola.info>2020-12-21 21:33:26 -0500
commitdd2d856514b5f1877fd03e56ff660b56c17b04f6 (patch)
treeed4955fc44fe8c4eb2dc7d1cde9866aa6ac1e4e7
parent6f4963cbfb3b49922f5704e18172047b76c5c4e0 (diff)
downloadyt-local-dd2d856514b5f1877fd03e56ff660b56c17b04f6.tar.lz
yt-local-dd2d856514b5f1877fd03e56ff660b56c17b04f6.tar.xz
yt-local-dd2d856514b5f1877fd03e56ff660b56c17b04f6.zip
HACKING.md: Fix URL and name O.S.
-rw-r--r--HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index 889ee08..092938f 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -14,7 +14,7 @@
# Testing and releases
* This project uses pytest. To install pytest and any future dependencies needed for development, run pip3 on the requirements-dev.txt file. To run tests, run `python3 -m pytest` rather than just `pytest` because the former will make sure the toplevel directory is in Python's import search path.
-* To build releases for Windows, run `python3 generate_release.py [intended python version here, without v infront]`. The required software (such as 7z, git) are listed in the `generate_release.py` file. For instance, wine is required if building on Linux. The build script will automatically download the embedded Python release to include. Use the latest release of Python 3.7.x so that Vista will be supported. See https://github.com/user234683/yt-local/issues/6#issuecomment-672608388
+* To build releases for Windows, run `python3 generate_release.py [intended python version here, without v infront]`. The required software (such as 7z, git) are listed in the `generate_release.py` file. For instance, wine is required if building on GNU+Linux. The build script will automatically download the embedded Python release to include. Use the latest release of Python 3.7.x so that Vista will be supported. See https://github.com/user234683/youtube-local/issues/6#issuecomment-672608388
# Overview of the software architecture