mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-06-01 05:24:03 +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:
|
in a directory of your choice, type:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/deepmind/deepmind-research/tree/master/satore
|
raco pkg install --auto --update-deps satore
|
||||||
raco pkg install --auto --update-deps --link satore
|
|
||||||
```
|
```
|
||||||
<!--
|
<!--
|
||||||
We use git clone instead of the git facility of `raco` so that
|
We use git clone instead of the git facility of `raco` so that
|
||||||
|
|||||||
@@ -723,7 +723,7 @@
|
|||||||
(pretty-print (make-return-dict 'running))]
|
(pretty-print (make-return-dict 'running))]
|
||||||
[(list 'save-rules)
|
[(list 'save-rules)
|
||||||
"Save the binary rules from the default rules-file"
|
"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).
|
;; Prints the set of active Clauses (held in utree).
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user