From 395b9a902a156d1a554d18f171e0bcbc64d7b7bc Mon Sep 17 00:00:00 2001 From: Shreyash Kashyap <76607993+SYK-08@users.noreply.github.com> Date: Mon, 2 Oct 2023 18:54:26 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b33597c5d5a8..af5b413e9aef 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ New bugs and feature requests should be directed to: API documentation for writing modules can be found at: https://docs.metasploit.com/api/ -Questions and suggestions can be sent to: Freenode IRC channel or e-mail the metasploit-hackers mailing list +Questions and suggestions can be sent to: the Freenode IRC channel or e-mail the metasploit-hackers mailing list Installing -- -Generally, you should use [the free installer](https://docs.metasploit.com/docs/using-metasploit/getting-started/nightly-installers.html), +Generally, it would be best if you used [the free installer](https://docs.metasploit.com/docs/using-metasploit/getting-started/nightly-installers.html), which contains all of the dependencies and will get you up and running with a few clicks. See the [Dev Environment Setup](https://docs.metasploit.com/docs/development/get-started/setting-up-a-metasploit-development-environment.html) if you'd like to deal with dependencies on your own. @@ -43,7 +43,7 @@ Contributing -- See the [Dev Environment Setup][devenv] guide on GitHub, which will walk you through the whole process from installing all the -dependencies, to cloning the repository, and finally to submitting a +dependencies, cloning the repository, and submitting a pull request. For slightly more information, see [Contributing](https://github.com/rapid7/metasploit-framework/blob/master/CONTRIBUTING.md).