Compare commits

..

2 commits

Author SHA1 Message Date
48653d8591 Fix typos in README 2023-07-17 22:52:59 +02:00
358e68b79a Make use of guix 2023-03-26 17:54:15 +02:00

View file

@ -116,7 +116,7 @@ point a location to the `genevee` package itself:
(root genevee))))))
```
In fact, have you noticed the `genevee-in-a-vm.scm` in this repository ? This
In fact, have you noticed the `genevee-in-a-vm.scm` in this repository ? These
few lines are actually enough to let you spin a local demo of a server hosting
Génévée in virtually (ahah) no time.
@ -141,5 +141,5 @@ simply call:
```
Of course this just calls `rsync` with the path expanded from the evaluation of
`guix build` like above. Adapt to taste when you use a different protocol to
sync into production.
`guix build` like above. Adapt to your taste when you use a different protocol
to sync into production.