diff options
author | Munyoki Kilyungi | 2022-12-15 17:16:52 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2022-12-15 17:17:32 +0300 |
commit | 56b84e8238137b8a1d17bcee67e56d6f7fcc756f (patch) | |
tree | f2a9bd3dd408a6030170dd1534d0407f5ed32bc2 | |
parent | febba2f0bf6ca00cc82119e9349f65859714b183 (diff) | |
download | gn-gemtext-56b84e8238137b8a1d17bcee67e56d6f7fcc756f.tar.gz |
Update demo command when starting up virtuoso
-rw-r--r-- | topics/systems/virtuoso.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/systems/virtuoso.gmi b/topics/systems/virtuoso.gmi index bdfd14e..f84603f 100644 --- a/topics/systems/virtuoso.gmi +++ b/topics/systems/virtuoso.gmi @@ -165,7 +165,7 @@ To dump data into a ttl file, first make sure that you are in the guix environme Next, drop into a development environment with: ``` -$ guix shell +$ guix shell -m manifest.scm ``` Build the sources: |