Skip to content

Commit

Permalink
Merge pull request #304 from vdayanand/v/removeunzip
Browse files Browse the repository at this point in the history
Readme: remove note on dependencies
  • Loading branch information
pfitzseb authored Mar 3, 2023
2 parents 5055484 + a8dbb50 commit fd1ed94
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd1ed94

Please sign in to comment.