Skip to content

Commit b5b4206

Browse files
committed
Update README with new dependencies
1 parent 1e57774 commit b5b4206

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
PlotKicadsch is a small tool to export Kicad Sch files to SVG pictures. In the future, export to other formats may be available (PDF, PNG).
66

7-
This package also provides the `plotgitsch` command which allows to visually compare git revisions of schematics:
7+
This package also provides the [`plotgitsch`](https://jnavila.github.io/plotkicadsch/plotgitsch_usersguide.html) command which allows to visually compare git revisions of schematics:
88

99
![Visual diff](docs/svg_diff.png)
1010

@@ -20,13 +20,14 @@ The quality of the output is not a first requirement (meaning: not supposed to m
2020

2121
# Stable version from OPAM
2222

23-
The stable version of plotkicadsch can be installed with [opam](http://opam.ocaml.org/):
23+
The stable version of plotkicadsch can be installed with [opam](http://opam.ocaml.org/). Be careful to install opam v2.0 for your platform.
2424

2525
```bash
26-
$ opam switch 4.06.0
27-
$ eval `opam config env`
28-
$ opam update
29-
$ opam install plotkicadsch
26+
opam switch create 4.09.0
27+
opam switch 4.09.0
28+
eval `opam config env`
29+
opam update
30+
opam install plotkicadsch
3031
```
3132

3233
If you don't use opam consult the .opam files for build instructions.
@@ -41,15 +42,18 @@ https://github.com/jnavila/plotkicadsch/releases
4142

4243
If you have installed git for windows, chances are that you have installed the bash environment, so drop the binaries in `C:\Program Files\Git\mingw64\bin`(Administrator rights required). They should be accessible on your bash command line and work just like under Linux/OSX.
4344

44-
## Master version
45+
# Master version
4546

4647
The latest running version can also be installed from this repo by pinning the project in opam:
4748

4849
```bash
49-
$ opam pin add kicadsch .
50-
$ opam pin add plotkicadsch .
51-
$ opam update
52-
$ opam install plotkicadsch
50+
opam switch create 4.09.0
51+
opam switch 4.09.0
52+
eval `opam config env`
53+
opam pin add kicadsch .
54+
opam pin add plotkicadsch .
55+
opam update
56+
opam install plotkicadsch
5357
```
5458

5559
# How to

0 commit comments

Comments
 (0)