mirror of
https://git.coop/cotech/fund.git
synced 2024-12-18 09:33:05 +00:00
Move administration section to its own file
This commit is contained in:
parent
f1bcad363a
commit
f1905096b9
18
ADMINISTRATION.md
Normal file
18
ADMINISTRATION.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Administration
|
||||||
|
|
||||||
|
Records and documentation for the CoTech fund
|
||||||
|
|
||||||
|
## Generating receipts
|
||||||
|
|
||||||
|
Install `pandoc` and `wkhtmltopdf` using, for example homebrew on OS X
|
||||||
|
|
||||||
|
```
|
||||||
|
brew install pandoc
|
||||||
|
brew install Caskroom/cask/wkhtmltopdf
|
||||||
|
```
|
||||||
|
|
||||||
|
Then in `receipts/` create a markdown file from an existing one, and run, for example
|
||||||
|
|
||||||
|
```
|
||||||
|
pandoc -t html5 agile_collective_2019-2020.md -o agile_collective_2019-2020.pdf --css style.css
|
||||||
|
```
|
19
README.md
19
README.md
@ -17,22 +17,3 @@ Send an email to `treasurer@coops.tech` and tell us how many members are in your
|
|||||||
## Where can I find out more about the fund?
|
## Where can I find out more about the fund?
|
||||||
|
|
||||||
There is a [fund category](https://community.coops.tech/c/cotech/fund/25) on the community forum where we post fund updates and discuss how to use the fund. Everyone can read these updates, and members of the co-ops in the fund can post.
|
There is a [fund category](https://community.coops.tech/c/cotech/fund/25) on the community forum where we post fund updates and discuss how to use the fund. Everyone can read these updates, and members of the co-ops in the fund can post.
|
||||||
|
|
||||||
# Administration
|
|
||||||
|
|
||||||
Records and documentation for the CoTech fund
|
|
||||||
|
|
||||||
## Generating receipts
|
|
||||||
|
|
||||||
Install `pandoc` and `wkhtmltopdf` using, for example homebrew on OS X
|
|
||||||
|
|
||||||
```
|
|
||||||
brew install pandoc
|
|
||||||
brew install Caskroom/cask/wkhtmltopdf
|
|
||||||
```
|
|
||||||
|
|
||||||
Then in `receipts/` create a markdown file from an existing one, and run, for example
|
|
||||||
|
|
||||||
```
|
|
||||||
pandoc -t html5 agile_collective_2019-2020.md -o agile_collective_2019-2020.pdf --css style.css
|
|
||||||
```
|
|
||||||
|
Loading…
Reference in New Issue
Block a user