Fix a bit the README.md
This commit is contained in:
parent
d1e411bf7e
commit
0e61d137c4
1 changed files with 3 additions and 2 deletions
|
@ -8,6 +8,7 @@ The user can have an overview of the website via:
|
|||
```shell-session
|
||||
$ git clone git@git.robur.coop:robur/blog.robur.coop
|
||||
$ cd blog.robur.coop/
|
||||
$ opam pin add -yn .
|
||||
$ opam install --deps-only blogger
|
||||
$ dune exec src/blogger.exe -- watch
|
||||
```
|
||||
|
@ -35,8 +36,8 @@ $ dune exec src/blogger.exe -- push \
|
|||
An SSH communication will starts. If you already registered your private key
|
||||
with `ssh-agent` and your `.ssh/config` is configured to take this one if you
|
||||
communicate with with `git@git.robur.coop`, everything will be smooth! Et voilà!
|
||||
At the end, an HTTP request will be send to `https://blog.robur.coop` to update
|
||||
the unikernel with the last version of the blog.
|
||||
At the end, an HTTP request will be send to `https://blog.robur.coop` (via
|
||||
Gitea) to update the unikernel with the last version of the blog.
|
||||
|
||||
You can also use the `update.sh` script to update the blog with the builder user
|
||||
on the server machine.
|
||||
|
|
Loading…
Reference in a new issue