Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

[labwc.github.io](https://labwc.github.io)

Edit `src/*.md`
Run `./build-site`
## Contributing
1. Edit `src/*.md`
2. Run `./build-site`

## Requirements
To build the documentation site, you will need the following software installed:
- [pandoc](https://pandoc.org/getting-started.html)
- [scdoc](https://git.sr.ht/~sircmpwn/scdoc)

### ArchLinux
`pacman -Syu pandoc-cli scdoc`

### Ubuntu / Debian
`apt install pandoc scdoc`

### Fedora
`dnf install pandoc scdoc`

### Other Linuxes
For Pandoc, see the [pandoc installation](https://pandoc.org/installing.html#linux) documentation about the inclusion of pandoc in your package manager.

For scdoc, this should also be in your package manager.