1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00

Rename gst and pil directories in README

This commit is contained in:
Vasilij Schneidermann 2018-06-22 18:20:38 +02:00
parent 8ea36c892f
commit b440380f64

View File

@ -480,7 +480,7 @@ guile -L ./ stepX_YYY.scm
The Smalltalk implementation of mal has been tested with GNU Smalltalk 3.2.91.
```
cd gst
cd gnu-smalltalk
./run
```
@ -761,7 +761,7 @@ The Picolisp implementation requires libreadline and Picolisp 3.1.11
or later.
```
cd pil
cd picolisp
./run
```