From a8d23e84f8a48337113d190629897628d3a87c33 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sun, 10 Nov 2024 12:33:58 -0500 Subject: [PATCH] added rudimentary readme i basically wrote down what is needed for development --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dc11016 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# BallBot + +Designed, developed, and maintained by Wyatt J. Miller +Copyright 2024, all rights reserved + +## Hacking + +Requirements: + +- Rust (built on 1.82, 2021 edition) +- git +- pkg-config +- openssl-devel + +If you are running `nix` or NixOS, you should probably run the provided `flake.nix`