From a8dbb50eb82feca79426c62e5df81a0e6961a970 Mon Sep 17 00:00:00 2001 From: Venkatesh Dayananda Date: Fri, 3 Mar 2023 15:55:08 +0530 Subject: [PATCH] Readme: remove note on dependencies --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 4afb46d..5b3c844 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,6 @@ julia> # press ] to enter the Pkg REPL mode julia> using Blink ``` -### Dependencies -- [7z](https://www.7-zip.org/download.html) on Windows and `unzip` on Linux. You'll need to install the appropriate one for your system to be able to install Electron: - - For Linux, `apt get install -y unzip` or similar should work. - - For Windows, we use the `7z` that is normally packaged with binary distributions of Julia (via the BinDeps.jl build dependency). `7z` may be unavailable in case of a source build of Julia on Windows, in which case it can be obtained by running `make win-extras` after running `make`. - # Basic usage: ```julia