diff --git a/README.md b/README.md
index b6a9dac54837307dda0e7889c40e78f35e169f5c..c58299fff5e9d539958e6bc3848b6ab6e41c1c02 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,13 @@
 # ur-py-ctl
 
-## Installera
+[![PyPI version](https://badge.fury.io/py/ur-py-ctl.svg)](https://pypi.org/project/ur-py-ctl/)
+[![CI Pipeline status](https://gitlab.control.lth.se/robotlab/ur_py_ctl/-/pipelines)](https://gitlab.control.lth.se/robotlab/ur_py_ctl/badges/main/pipeline.svg)
+[![Documentation Status](https://readthedocs.org/projects/ur-py-ctl/badge/?version=latest)](https://ur-py-ctl.readthedocs.io/en/latest/?badge=latest)
 
-1. Installera poetry `curl -sSL https://install.python-poetry.org | python -`
-1. Installera paket och deps: `poetry install`
+* [Documentation](https://ur-py-ctl.readthedocs.io/)
+
+## Develop
+
+1. [Install poetry](https://python-poetry.org/docs/#installation)
+1. Install package and dependencies: `poetry install`
+1. Set up pre-commit: `poetry run pre-commit install`