Skip to content

Commit 11dd397

Browse files
committed
Add description
1 parent 7faedfb commit 11dd397

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,13 @@ Since than I have used it in:
145145
## Installation
146146

147147
Add dependency to build.zig.zon:
148-
>zig fetch --save-exact https://github.com/g41797/mailbox/archive/master.tar.gz
148+
```bash
149+
zig fetch --save-exact https://github.com/g41797/mailbox/archive/master.tar.gz
150+
```
149151

150152
Add to build.zig:
151153
```zig
152-
exe.addModule("mailbox", b.dependency("mailbox", .{}).module("mailbox"));
154+
exe.addModule("mailbox", b.dependency("mailbox", .{}).module("mailbox"));
153155
```
154156

155157
## Contributing

0 commit comments

Comments
 (0)