You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
# ObjectBox Generator
7
7
8
-
Current version: 0.11.0
8
+
Current version: 0.12.0
9
9
10
10
ObjectBox is a superfast cross-platform object-oriented database.
11
11
ObjectBox Generator produces binding code for ObjectBox C, C++ and Go APIs (more languages to be supported in the future).
@@ -14,7 +14,7 @@ This greatly simplifies using ObjectBox in your favourite language.
14
14
## Prerequisites/Installation
15
15
16
16
Install the objectbox-generator by downloading the latest binary for your OS from [releases](https://github.com/objectbox/objectbox-generator/releases/latest).
17
-
If you want, add it to $PATH for convenience.
17
+
If you want, add it to `$PATH` for convenience.
18
18
Alternatively, instead of downloading, you can build the generator yourself by cloning this repo and running `make`.
19
19
To build yourself, you need a recent Go version, CMake and a C++11 tool chain.
0 commit comments