Skip to content

Commit

Permalink
Add link to docs and tutorials in the README. (apache#8832)
Browse files Browse the repository at this point in the history
Most project pages on GitHub have a README.md file with a clear link to installation or tutorial material for new users.
While there is a link to Documentation, it's not that obvious, and adding a more explicit "getting started" link may be
helpful for new TVM users trying to navigate the project.
  • Loading branch information
mdw-octoml authored and ylc committed Sep 29, 2021
1 parent 4a9a0e0 commit e559554
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@ Branches

License
-------
© Contributors Licensed under an [Apache-2.0](LICENSE) license.
TVM is licensed under the [Apache-2.0](LICENSE) license.

Getting Started
---------------
Check out the [TVM Documentation](https://tvm.apache.org/docs/) site for installation instructions, tutorials, examples, and more.
The [Getting Started with TVM](https://tvm.apache.org/docs/tutorials/get_started/introduction.html) tutorial is a great
place to start.

Contribute to TVM
-----------------
Expand Down

0 comments on commit e559554

Please sign in to comment.