clarified README
ci/woodpecker/push/woodpecker Pipeline failed Details

why
Johannes Bülow 2024-01-29 15:55:15 +01:00
parent 41b548093f
commit a6df7487b0
Signed by untrusted user who does not match committer: jmb
GPG Key ID: B56971CF7B8F83A6
2 changed files with 6 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
*.swp *.swp
tmp/ tmp/
.vagrant .vagrant/
podterminal podterminal
### Linux template ### Linux template

View File

@ -7,6 +7,11 @@ Users to use Webtop in their own, separate session. A good illustration is this:
## Building ## Building
To build the project, you can just use "make" To build the project, you can just use "make"
On Debian 12, you will need the following dependencies:
```
apt install -y git wget podman make gcc libgpgme-dev build-essential pkgconf pkgconf-bin libdevmapper-dev libbtrfs-dev
```
## Running ## Running
To run the built binary, just execute it as root. You will have to have Podman installed and its socket enabled. To run the built binary, just execute it as root. You will have to have Podman installed and its socket enabled.
Currently you have to set the Image, port etc. directly in the Source Code, however that should be eventually moved into Currently you have to set the Image, port etc. directly in the Source Code, however that should be eventually moved into