Skip to content

Commit 51cdd34

Browse files
committed
docs: update readme
1 parent 56a6da1 commit 51cdd34

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

README.md

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,9 @@ Only limited unit testing has been conducted, which does not cover everything.
1717

1818
## Getting Started
1919

20-
### `0.11`
20+
> About 0.13 and previous versions, please use `0.0.6`
2121
22-
1. Add to `build.zig.zon`
23-
24-
```zig
25-
.@"zig-msgpack" = .{
26-
// It is recommended to replace the following branch with commit id
27-
.url = "https://github.com/zigcc/zig-msgpack/archive/{commit or branch}.tar.gz",
28-
.hash = <hash value>,
29-
},
30-
```
31-
32-
2. Config `build.zig`
33-
34-
```zig
35-
const msgpack = b.dependency("zig-msgpack", .{
36-
.target = target,
37-
.optimize = optimize,
38-
});
39-
40-
// add module
41-
exe.addModule("msgpack", msgpack.module("msgpack"));
42-
```
43-
44-
### `0.12` \ `0.13` \ `nightly`
22+
### `0.14.0` \ `nightly`
4523

4624
1. Add to `build.zig.zon`
4725

0 commit comments

Comments
 (0)