From 54497a2b1542e185e76a4176e78576060a1655f3 Mon Sep 17 00:00:00 2001 From: Srinesh Nisala Date: Wed, 6 Dec 2023 15:14:57 +0530 Subject: [PATCH] chore(doc): update readme (#7) --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 69dad2e..af2ee15 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,21 @@ This project includes java related libraries, runtimes etc... that is not available in the main mason-registry +## How to Install + +- You can add the new registry before the default mason-registry as follows +- Run `Mason` and wait for mason to update the new registry + +```lua +{ + 'williamboman/mason.nvim', + opts = { + registries = { + 'github:nvim-java/mason-registry', + 'github:mason-org/mason-registry', + }, + }, +} +``` + ## Head on to main project [:coffee: nvim-java](https://github.com/nvim-java/nvim-java)