We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855e5db commit e13fbffCopy full SHA for e13fbff
1 file changed
README.rst
@@ -3,7 +3,9 @@ template-package
3
4
An extension for `colcon-core <https://github.com/colcon/colcon-core>`_ to act as a template for new extensions.
5
6
-When using this template, be sure to replace all instances of the word "template" in the repository::
+When using this template, be sure to replace all instances of the word "template" in the repository:
7
+
8
+.. code-block:: console
9
10
$ find * -type f | xargs sed -i 's/template-package/colcon-package-name/g'
11
$ find * -type f | xargs sed -i 's/template_package/colcon_package_name/g'
0 commit comments