diff --git a/.gitignore b/.gitignore index aec810c..70c08db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ *.swp tmp/ -.vagrant +.vagrant/ podterminal ### Linux template diff --git a/README.md b/README.md index b5f3cad..75ce45d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ Users to use Webtop in their own, separate session. A good illustration is this: ## Building 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 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