tweak project proposal #1

Open
kiara wants to merge 95 commits from rewrite into main
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 2d67cb2dcf - Show all commits

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
*.err
*.odt *.odt
*.html *.html
.~lock* .~lock*

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# fediversity proposal
## usage
```sh
nix-shell -p pandoc mermaid-filter --command 'pandoc fediversity.md -o fediversity.html -F mermaid-filter'
```