Skip to content

Commit

Permalink
Update version, fix required to work with gcc >= 10
Browse files Browse the repository at this point in the history
  • Loading branch information
leoheck committed Mar 2, 2021
1 parent 1dbf297 commit 7fc63f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ The quality of the output is not a first requirement (meaning: not supposed to m
The stable version of plotkicadsch can be installed with [opam](http://opam.ocaml.org/). Be careful to install opam v2.0 for your platform.

```bash
opam switch create 4.09.0
opam switch 4.09.0
opam switch create 4.09.1
opam switch 4.09.1
eval `opam config env`
opam update
opam install plotkicadsch
Expand All @@ -47,8 +47,8 @@ If you have installed git for windows, chances are that you have installed the b
The latest running version can also be installed from this repo by pinning the project in opam:

```bash
opam switch create 4.09.0
opam switch 4.09.0
opam switch create 4.09.1
opam switch 4.09.1
eval `opam config env`
opam pin add kicadsch .
opam pin add plotkicadsch .
Expand Down

0 comments on commit 7fc63f1

Please sign in to comment.