Skip to content

Commit 3d99e95

Browse files
committed
Small one-liner instruction to the page
1 parent ab883c0 commit 3d99e95

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pages/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,12 @@ const Home: NextPage<HomePageProps> = ({ searchIndex }) => {
7373
<h1 className="text-ros-blue font-bold text-6xl">
7474
ROS Central Registry
7575
</h1>
76-
<h4 className="text-grey text-xl">
76+
<h4 className="text-grey text-xl mt-2 mb-6">
7777
The official Bazel rules for ROS packages
7878
</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>
7982
<form onSubmit={handleSubmitSearch} className="contents">
8083
<input
8184
type="text"

0 commit comments

Comments
 (0)