Skip to content

Commit

Permalink
Fix instructions regarding to systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
timsu92 authored Nov 18, 2024
1 parent 125087c commit 0640bef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,12 @@ if [[ $(uname -a | grep 'arm\|aarch64') ]]; then export VCPKG_FORCE_SYSTEM_BINAR
cmake -DCPACK_GENERATOR=DEB ../
make -j$(nproc) package
sudo dpkg --install *.deb
sudo cp ../etc/et.cfg /etc/
```

Once built, the binary only requires `libprotobuf-dev`.

Disable et server by `sudo systemctl disable --now et`


### CentOS 7

Expand Down

0 comments on commit 0640bef

Please sign in to comment.