From 7eb413ad514471b241b283748322e4a9c20a1d44 Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 5 May 2023 19:39:10 +0000 Subject: [PATCH] doc tweaks --- .github/pull_request_template.md | 2 +- README.md | 4 ++-- docs/devnotes.md | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 893d955f..9e51f135 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,2 +1,2 @@ -Please include the following text somewhere in this PR description: +To show that your contribution is compatible with the MIT License, please include the following text somewhere in this PR description: This PR complies with the DCO; https://developercertificate.org/ diff --git a/README.md b/README.md index 04fb8764..9d643d72 100644 --- a/README.md +++ b/README.md @@ -104,9 +104,9 @@ turn almost any device into a file server with resumable uploads/downloads using just run **[copyparty-sfx.py](https://github.com/9001/copyparty/releases/latest/download/copyparty-sfx.py)** -- that's it! 🎉 -* or install through pypi (python3 only): `python3 -m pip install --user -U copyparty` +* or install through pypi: `python3 -m pip install --user -U copyparty` * or if you cannot install python, you can use [copyparty.exe](#copypartyexe) instead -* or [install through nix](#nix-package), or [on NixOS](#nixos-module), or [on arch](#arch-package) +* or install [on arch](#arch-package) ╱ [on NixOS](#nixos-module) ╱ [through nix](#nix-package) * or if you are on android, [install copyparty in termux](#install-on-android) * or if you prefer to [use docker](./scripts/docker/) 🐋 you can do that too * docker has all deps built-in, so skip this step: diff --git a/docs/devnotes.md b/docs/devnotes.md index fa1d8699..703757f5 100644 --- a/docs/devnotes.md +++ b/docs/devnotes.md @@ -275,6 +275,8 @@ python3 setup.py build python3 setup.py install --skip-build --prefix=/usr --root=$HOME/pe/copyparty ``` +if you have a very recent python where `setup.py install` finally got obliterated, see [the arch pkg](https://github.com/9001/copyparty/blob/hovudstraum/contrib/package/arch/PKGBUILD) for the current workaround until copyparty finally migrates to the toml meme + ## complete release