Skip to content

Commit b627bd4

Browse files
authored
Merge pull request #3769 from NishDs-06/first-pr
Docs: improve installation clarity for new users
2 parents 354a9a8 + 0d71df5 commit b627bd4

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,17 @@ timeline
4646

4747
## Tool Installation
4848

49-
There are different ways to install and develop OpenROAD and ORFS, which is the best fit depends use-case, experience and personal taste.
49+
There are multiple ways to install and develop OpenROAD and ORFS. However, the best option depends on your use case, experience level, and personal preference.
50+
51+
52+
> **Recommendation for new users:**
53+
> If you are new to OpenROAD-flow-scripts, Docker can be a reliable way to get started since it avoids most dependency and environment issues.
54+
>
55+
> On supported platforms, using the pre-built binaries can be an even simpler option as it avoids building from source.
56+
>
57+
> Alternatively, the Bazel-based flow also avoids manual dependency installation (aside from installing Bazelisk itself), similar to how Docker requires installing Docker.
58+
59+
5060

5161
### Use Bazel, avoid installing anything at all and adapt the flow to your needs in your own repository
5262

0 commit comments

Comments
 (0)