From 6a2f27476ca579b4b3efe25e93c83067fe0967cc Mon Sep 17 00:00:00 2001 From: hongjiawu Date: Thu, 10 Mar 2016 18:10:59 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6052e2f91..a3ba1ff24 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Z3 is a theorem prover from Microsoft Research. It is licensed under the [MIT license](LICENSE.txt). +If you are not familiar with Z3, you can start [here](https://github.com/Z3Prover/z3/wiki#background). + Z3 can be built using [Visual Studio][1] or a [Makefile][2]. It provides [bindings for several programming languages][3].