aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFausto Núñez Alberro <fausto.nunez@mailbox.org>2021-09-18 16:55:16 +0200
committerFausto Núñez Alberro <fausto.nunez@mailbox.org>2021-09-18 16:55:16 +0200
commit96cb6215c8eda1d20bc04454b3ee36aa504e639c (patch)
treefd704977f6a23c3c2c40f4b959bc63a8976e90f8 /README.md
parent52e4ce93a6234d112bc88e1ad25458904ffafe61 (diff)
Add CONTRIBUTING.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 3 insertions, 15 deletions
diff --git a/README.md b/README.md
index 12849a2..e9b2b04 100644
--- a/README.md
+++ b/README.md
@@ -95,18 +95,6 @@ augroup on_change_colorschema
augroup END
```
-## Building
-Dependencies:
-
-- Python, at least version 3.5
-- The `pybase16` command from [base16-builder-python](https://github.com/InspectorMustache/base16-builder-python)
-- The `make` command
-
-```
-# Install dependencies (you probably already have pip/pip3 and make)
-apt install build-essential # for make
-pip3 install pybase16-builder
-
-# Build the packages
-make
-```
+## Contributing
+See [`CONTRIBUTING.md`](/CONTRIBUTING.md), which contains building and
+contributing instructions.