Updated README.md
This commit is contained in:
parent
a9aca4da54
commit
c94962e2f1
10
README.md
10
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
|
||||
See the sample [`torch.conf`](torch.conf) file for additional configuration options and details
|
Loading…
Reference in New Issue
Block a user