diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index f5cc0d500..7fe4263db 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -29,7 +29,7 @@ jobs:
- name: Build docs
run: |
# TODO: can we install just the "docs" dependency group without the normal deps?
- pip install mkdocs mkdocs-terminal
+ pip install mkdocs==1.4.3 mkdocs-terminal mkdocs-plugin-commonmark
cd docs
mkdocs build
diff --git a/README.md b/README.md
index 5afaf6e7d..8ebc733e6 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,32 @@
-[](https://comma.ai/shop/comma-3x)
+
-What is openpilot?
-------
+
openpilot
-[openpilot](http://github.com/commaai/openpilot) is an open source driver assistance system. Currently, openpilot performs the functions of Adaptive Cruise Control (ACC), Automated Lane Centering (ALC), Forward Collision Warning (FCW), and Lane Departure Warning (LDW) for a growing variety of [supported car makes, models, and model years](docs/CARS.md). In addition, while openpilot is engaged, a camera-based Driver Monitoring (DM) feature alerts distracted and asleep drivers. See more about [the vehicle integration](docs/INTEGRATION.md) and [limitations](docs/LIMITATIONS.md).
+
+ openpilot is an operating system for robotics.
+
+ Currently, it upgrades the driver assistance system in 275+ supported cars.
+
+
+
+
+Quick start: `curl -fsSL openpilot.comma.ai | bash`
+
+
+[](https://codecov.io/gh/commaai/openpilot)
+[](LICENSE)
+[](https://x.com/comma_ai)
+[](https://discord.comma.ai)
+
+