Skip to content

Commit 0d508c2

Browse files
committed
Add basic release instructions
1 parent 8881716 commit 0d508c2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,11 @@ realtime-friendly logger using LinuxCNC's logging machinery.
1717

1818
Please consider [becoming a sponsor](https://github.com/sponsors/jamwaffles/) so I may continue to
1919
maintain these crates in my spare time!
20+
21+
## Releasing to crates.io
22+
23+
E.g.
24+
25+
```bash
26+
LINUXCNC_SRC=$(realpath ~/Repositories/linuxcnc) LD_LIBRARY_PATH=$(realpath ~/Repositories/linuxcnc/lib) cargo release -p rtapi-logger
27+
```

0 commit comments

Comments
 (0)