From 8e0d8bdc95008df067c3afa400bcf884b7479c51 Mon Sep 17 00:00:00 2001 From: CHOI WOEN-SUG Date: Sun, 6 Oct 2024 12:43:10 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 161efa22..0a66e49a 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,6 @@ [![Publish a Docker image (AMD64; Common X86_64 Linux Machine)](https://github.com/IOES-Lab/dave/actions/workflows/docker-amd64.yml/badge.svg)](https://github.com/IOES-Lab/dave/actions/workflows/docker-amd64.yml) [![Publish a Docker image (ARM64; Apple Silicon)](https://github.com/IOES-Lab/dave/actions/workflows/docker-arm64v8.yml/badge.svg?branch=ros2)](https://github.com/IOES-Lab/dave/actions/workflows/docker-arm64v8.yml) +Documentation is currently at [http://dave-ros2.notion.site](http://dave-ros2.notion.site) + For contribution, do `pip3 install pre-commit && pre-commit install && pre-commit run --all-files` before commit.