aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-12 22:12:56 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-12 22:14:06 +0200
commit3979be4ccee7702a8bbe10bd6dc512eae6e21949 (patch)
tree9fc2923bb561bf234819b26a57703acfb88cb1dc /README.md
parentMakefile: add shortcuts for integration tests (diff)
downloadcgitize-3979be4ccee7702a8bbe10bd6dc512eae6e21949.tar.gz
cgitize-3979be4ccee7702a8bbe10bd6dc512eae6e21949.zip
add DEVELOPMENT.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md30
1 files changed, 1 insertions, 29 deletions
diff --git a/README.md b/README.md
index 1450f54..da56ef5 100644
--- a/README.md
+++ b/README.md
@@ -51,35 +51,7 @@ Update the URL of an existing repository mirror:
Development
-----------
-### Virtual environment
-
-Create a virtual environment:
-
- make venv
-
-Load a REPL:
-
- make repl
-
-Upgrade virtual environment packages (this will also update requirements.txt):
-
- make venv/upgrade
-
-### Releases
-
-Make a git tag (requires a virtual environment):
-
- make tag
-
-You can then review that the tag is fine and push w/ `git push --tags`.
-
-### Linting
-
-Requires [Pylint].
-
- pylint cgitize
-
-[Pylint]: https://www.pylint.org/
+See [DEVELOPMENT.md](DEVELOPMENT.md).
License
-------