Skip to content

Commit

Permalink
soju: fix wrong command name in README.voidlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ricci committed Jan 19, 2025
1 parent 20235be commit 998313e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion srcpkgs/soju/files/README.voidlinux
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ By default, the database will be stored in /var/db/soju/ and logs will be in

To initialize the database, make sure you run sojuctl as the _soju user:

$ sudo -u _soju sojuctl -config /etc/soju/config create-user <username> -admin
$ sudo -u _soju sojudb -config /etc/soju/config create-user <username> -admin
2 changes: 1 addition & 1 deletion srcpkgs/soju/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'soju'
pkgname=soju
version=0.8.2
revision=1
revision=2
build_style=go
go_import_path="codeberg.org/emersion/soju"
go_package="./cmd/... ./contrib/..."
Expand Down

0 comments on commit 998313e

Please sign in to comment.