From 3874ef418fb7aaf1e35c51d263298be72d37d8d1 Mon Sep 17 00:00:00 2001 From: Tanbir Hasan Date: Fri, 25 Oct 2019 13:20:38 +0600 Subject: [PATCH 1/2] add linux terminal cmd in README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a8136955..206e9107 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,13 @@ Getting started ``` open coverage/index.html ``` + in a linux Terminal, + + ``` + xdg-open coverage/index.html + ``` + + **Note:** [This guide](https://dwheeler.com/essays/open-files-urls.html) can help if you're unsure which command your particular operating system requires. 5. Add the following to your `.gitignore` file to ensure that coverage results From 2f2a84c61cdd6a28832a4cbf9b111b9b075bd1ba Mon Sep 17 00:00:00 2001 From: Tanbir Hasan Date: Sat, 26 Oct 2019 13:55:05 +0600 Subject: [PATCH 2/2] update readme change linux to ubuntu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 206e9107..b8dbb88f 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Getting started ``` open coverage/index.html ``` - in a linux Terminal, + in a debian/ubuntu Terminal, ``` xdg-open coverage/index.html