Fix installation instructions

PiperOrigin-RevId: 362474081
This commit is contained in:
Laurent Orseau
2021-03-12 09:43:39 +00:00
committed by Louise Deason
parent a5d5592972
commit 5cf55efe1f
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -22,8 +22,7 @@ To install **satore** and its dependencies (all are Apache2/MIT licensed),
in a directory of your choice, type:
```shell
git clone https://github.com/deepmind/deepmind-research/tree/master/satore
raco pkg install --auto --update-deps --link satore
raco pkg install --auto --update-deps satore
```
<!--
We use git clone instead of the git facility of `raco` so that
+1 -1
View File
@@ -723,7 +723,7 @@
(pretty-print (make-return-dict 'running))]
[(list 'save-rules)
"Save the binary rules from the default rules-file"
(save-rules! rwtree)])))
(save-rules! rwtree #:rules-file (*output-rules*))])))
;; Prints the set of active Clauses (held in utree).
;;