Add more docs on updater directory

This commit is contained in:
Eric Seidel
2023-03-29 08:36:03 -07:00
parent c923105a7c
commit 47522ed63e
+4
View File
@@ -10,3 +10,7 @@ See cli/README.md for more documentation on the library.
* cli: Test the updater library via the Rust API (for development).
* dart_cli: Test ffi wrapping of updater library.
* library: The rust library that does the actual update work.
* dart_bindings: The Dart bindings for the updater library.
All of the interesting code is in the `library` directory. There is also
a README.md in that directory explaining the design.