diff --git a/README.md b/README.md index 4c4c561..f01256a 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ To run the project, use the following command: cargo run ``` +Or run it in Docker + +```sh +docker run --rm -it ghcr.io/hubble459/fiars:main +``` + ## Building the Project To build the project in release mode, use the following command: diff --git a/fiars b/fiars deleted file mode 100755 index 38abc93..0000000 Binary files a/fiars and /dev/null differ