Minor documentation updates

This commit is contained in:
2026-02-14 16:20:02 -05:00
parent a091cd4952
commit f4fdf65528
2 changed files with 4 additions and 2 deletions
+1 -2
View File
@@ -13,8 +13,7 @@ See the [developer guide](https://github.com/rwinkhart/libmutton/blob/main/wiki/
# Roadmap
#### Release v1.0.0
- [ ] Stabilize API (reduce need for future breaking changes)
- [ ] Ensure usability as external C library for use in platform-native languages (e.g. Swift, Kotlin)
- Stabilize API (reduce need for future breaking changes)
- [ ] Create packaging scripts (libmuttonserver)
- [ ] Stable source PKGBUILD
- [ ] Stable source APKBUILD
+3
View File
@@ -3,6 +3,9 @@
libmutton was designed to be usable as a library for building other compatible password managers off of. [MUTN](https://github.com/rwinkhart/MUTN) is the official reference CLI password manager, however libmutton can be implemented in many other unique ways.
## Dependency Replacements (IMPORTANT)
In libmutton's `go.mod`, you'll see dependency replacements for `golang.org/x/sys` and `github.com/Microsoft/go-winio`. Full support for Windows and FreeBSD requires these patched modules, so be sure to maintain these same replacements in your client's `go.mod`!
## Build Tags
Custom build tags can (and sometimes must) be used to achieve desired results.