We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab883c0 commit 3d99e95Copy full SHA for 3d99e95
pages/index.tsx
@@ -73,9 +73,12 @@ const Home: NextPage<HomePageProps> = ({ searchIndex }) => {
73
<h1 className="text-ros-blue font-bold text-6xl">
74
ROS Central Registry
75
</h1>
76
- <h4 className="text-grey text-xl">
+ <h4 className="text-grey text-xl mt-2 mb-6">
77
The official Bazel rules for ROS packages
78
</h4>
79
+ <span>
80
+ To use these modules add the line <b>common --registry=https://rcr.ros2.org</b> to your <b>.bazelrc</b> file.
81
+ </span>
82
<form onSubmit={handleSubmitSearch} className="contents">
83
<input
84
type="text"
0 commit comments