From a152387307e2583288e9867d1cb5f03e5c49ff2d Mon Sep 17 00:00:00 2001 From: Fischer Moseley Date: Sat, 4 Feb 2023 19:06:21 -0500 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0c4d2a..7910f3f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Since Manta is designed to be both cross-platform and unintrusive to your projec Copy `manta.py` into the root of your project directory. You'll also need a configuration file - check out `examples/` if you need some help putting one of those together. ### Building from source -Clone the repo, and then run `build.py`. This will output a `manta.py`, which you're free to use. +Clone the repo, and then run `build.py`. This will output an executable `manta` with no file extension, which you're free to use. ## Examples Examples can be found under `examples/`.