diff --git a/README.md b/README.md index 1ffbeb3..4d940c4 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ If you don't already have a GPG key, generate one: gpg --full-generate-key ``` -Using the e-mail address you provided during GPG key generation, run `make-pkg.sh` to build a Debian package and install it +Using the e-mail address you provided during GPG key generation, run `build-deb.sh` to build a Debian package and install it ```bash -./make-pkg.sh john@doe.com +./build-deb.sh john@doe.com apt update && apt install build/torch-agent_0.0.1-1_all.deb ``` @@ -44,8 +44,4 @@ The configuation directory can be specified by A fully configured example can be found [here](example) -See the sample [`torch.conf`](torch.conf) file for additional configuration options and details - -## Roadmap - -[ ] Utilize [dh_python3](https://www.debian.org/doc/manuals/debmake-doc/ch08.en.html#setup-py) in Debian package build \ No newline at end of file +See the sample [`torch.conf`](torch.conf) file for additional configuration options and details \ No newline at end of file