From 02641ef10a7e2112c727b3e0e63f5ac3b41523c1 Mon Sep 17 00:00:00 2001 From: Anthony Cooper <113739822+antcoop096@users.noreply.github.com> Date: Sat, 12 Jul 2025 09:29:34 -0400 Subject: [PATCH] chore: hyperlinks in README Prerequisites (#4848) --- README.md | 6 +++--- bin/main.go | 0 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 bin/main.go diff --git a/README.md b/README.md index 175d6f7fd..d6c7cda19 100644 --- a/README.md +++ b/README.md @@ -148,9 +148,9 @@ For detailed installation instructions, refer to the [comprehensive installation ### Prerequisites -- Go 1.24 or later -- Node.js 22+ and pnpm -- Git for version control +- [Go 1.24](https://go.dev/) or later +- [Node.js 22+](https://nodejs.org/en) and [pnpm](https://pnpm.io/) +- [Git](https://git-scm.com/) for version control ### Backend Development diff --git a/bin/main.go b/bin/main.go new file mode 100644 index 000000000..e69de29bb