From 1e4763c80d6a0ce2684c5f25668a77d53f5e6133 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 24 Mar 2021 16:27:48 -0700 Subject: [PATCH] docs: add devtools instructions to CONTRIBUTING.md (#361) --- CONTRIBUTING.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2d9a3bff..0f38c0dc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,16 @@ ## How to Contribute -### Getting Code +### Installing Developer Tools + +Install git, Java JDK (version >= 8), Maven (tested with version 3.6.3), on Ubuntu 20.04 +just run the following command: + +```sh +sudo apt-get install git openjdk-11-jdk maven +``` + +### Getting the Code 1. Clone this repository @@ -19,7 +28,7 @@ scripts/download_driver_for_all_platforms.sh Names of published driver archives can be found at https://github.com/microsoft/playwright-cli/actions -### Compiling and running the tests with Maven +### Building and running the tests with Maven ```bash mvn compile