README: add instructions for OpenBSD

This commit is contained in:
Vincent Finance 2022-05-10 19:36:55 +02:00
parent c141a97ba1
commit a0cfb3605e
1 changed files with 24 additions and 0 deletions

View File

@ -18,6 +18,7 @@ Ceci est le site principal de openbsd.fr.eu.org, un site francophone d'une commu
* [gmitohtml](https://git.sr.ht/~adnano/gmnitohtml)
* [mdtohtml](https://git.sr.ht/~adnano/mdtohtml)
* [md2gemini](https://github.com/makeworld-the-better-one/md2gemini)
* gmake (sur OpenBSD uniquement)
#### Installation
@ -31,6 +32,17 @@ $ cd mdtohtml && make && sudo make install
$ git clone https://git.sr.ht/~adnano/gmnitohtml
$ cd gmnitohtml && make && sudo make install
$ sudo pip3 install md2gemini
```
* OpenBSD :
```bash
$ doas pkg_add golang gmake scdoc
$ git clone https://git.sr.ht/~adnano/kiln
$ cd kiln && gmake && doas gmake install
$ git clone https://git.sr.ht/~adnano/mdtohtml
$ cd mdtohtml && gmake && doas gmake install
$ git clone https://git.sr.ht/~adnano/gmnitohtml
$ cd gmnitohtml && gmake && doas gmake install
$ pip3 install md2gemini
```
### Génération du site
@ -55,6 +67,7 @@ This is the main website of openbsd.fr.eu.org, a French website of a community a
* [gmitohtml](https://git.sr.ht/~adnano/gmnitohtml)
* [mdtohtml](https://git.sr.ht/~adnano/mdtohtml)
* [md2gemini](https://github.com/makeworld-the-better-one/md2gemini)
* gmake (on OpenBSD only)
#### Installation
@ -68,6 +81,17 @@ $ cd mdtohtml && make && sudo make install
$ git clone https://git.sr.ht/~adnano/gmnitohtml
$ cd gmnitohtml && make && sudo make install
$ sudo pip3 install md2gemini
```
* OpenBSD :
```bash
$ doas pkg_add golang gmake scdoc
$ git clone https://git.sr.ht/~adnano/kiln
$ cd kiln && gmake && doas gmake install
$ git clone https://git.sr.ht/~adnano/mdtohtml
$ cd mdtohtml && gmake && doas gmake install
$ git clone https://git.sr.ht/~adnano/gmnitohtml
$ cd gmnitohtml && gmake && doas gmake install
$ pip3 install md2gemini
```
### Site generation