No description
Find a file
RocketDerp d254233345
From scratch updates2023 06 30 (#241)
* reference Ubuntu 22.04, Lemmy 0.18.0, move RUST_LOG to correct service

* Build lemmy_server from github checkout

* fix sudo to be consistent with earlier example, update versions to 0.18.2

* use sudo more where needed, discuss non-privileged account for rustup and cargo compile, upgrade for lemmy_server uses git

* fix typo 'normal', be more explicit about how to upgrade already-running lemmy_server binary

* mistaken "NOTE:" left in, removed

* upgrade lemmy_server refinement

* prettier
2023-07-19 13:05:35 +02:00
src From scratch updates2023 06 30 (#241) 2023-07-19 13:05:35 +02:00
.gitignore Generate config docs from lemmy code (#102) 2021-10-25 10:00:45 -04:00
.gitmodules Generate config docs from lemmy code (#102) 2021-10-25 10:00:45 -04:00
.woodpecker.yml Remove translations (#223) 2023-06-21 12:51:08 +02:00
book.toml Remove translations (#223) 2023-06-21 12:51:08 +02:00
LICENSE Add AGPL license (fixes #2) 2021-01-12 13:36:00 +01:00
README.md Remove translations (#223) 2023-06-21 12:51:08 +02:00
update-includes.sh Include stable Lemmy tag (fixes #146) (#147) 2022-09-02 10:40:05 -04:00

Lemmy Documentation

Documentation for the Lemmy project

Building

Follow the mdbook instructions.

Formatting

To format your markdown files, install prettier, then run prettier -w src