mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-10 05:17:46 +08:00
Fix installation instructions
PiperOrigin-RevId: 362474081
This commit is contained in:
committed by
Louise Deason
parent
a5d5592972
commit
5cf55efe1f
+1
-2
@@ -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
|
||||
|
||||
@@ -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).
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user