From 854bd19b571279afe4b7275b6f3a18cb13cf0830 Mon Sep 17 00:00:00 2001 From: Alex Davies Date: Fri, 18 Oct 2024 10:42:09 -0300 Subject: [PATCH] Fixed README --- .copier/answers.meta.yml | 2 +- README.md | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.copier/answers.meta.yml b/.copier/answers.meta.yml index 17cd9df..8092805 100644 --- a/.copier/answers.meta.yml +++ b/.copier/answers.meta.yml @@ -1,4 +1,4 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY _commit: v1.0.0 _src_path: https://git.spirirobotics.com/Spiri/template-meta.git -project_name: service-ros2-ament_cmake \ No newline at end of file +project_name: service-ros2-ament_cmake diff --git a/README.md b/README.md index e759f14..b9814f0 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -##TODO \ No newline at end of file +# template-service-ros2-ament_cmake + + +## Copier template + +This is a template for use with copier. + +To get started run `copier copy https://git.spirirobotics.com/Spiri/template-service-ros1-catkin.git ./` inside your git repo. + +If copier overwrites files you can use git difftool to see what changes it has made. + +You can use `find .copier/ -type f -exec copier update --skip-answered -a {} \;` to update all applied templates.