Skip to content

Commit d4f6ec1

Browse files
authored
tweks to the readme.
1 parent 67a98cb commit d4f6ec1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ with the [Maude system](http://maude.cs.uiuc.edu) and the
66
[IOP Platform](https://github.com/SRI-CSL/iopc)
77
to program interactive Maude applications. It is used in systems such as the
88
[Pathway Logic Assistant](http://pl.csl.sri.com/) and the [Maude-NPA System](http://maude.cs.illinois.edu/w/index.php?title=Maude_Tools:_Maude-NPA) and its [GUI.](http://www.csl.sri.com/users/iam/NPA/index.html)
9+
You can download the code either by cloning this repository or by downloading the latest [release.](https://github.com/SRI-CSL/imaude/releases)
910

1011
## Overview
1112

@@ -19,6 +20,7 @@ There are two ways to use the IMaude interaction environment: using only Maude
1920
or using the IOP framework. These are illustrated with the help of the vending
2021
machine example in subdirectory VendingMachine
2122

23+
#### Maude Commandline
2224
To interact using only Maude, cd to [VendingMachine](VendingMachine), and type
2325
```
2426
maude load-vend
@@ -38,6 +40,7 @@ You can examine the current environment using the various `show` requests
3840
of the `IMAUDE-STATE` module (also described in [doc-imaude.txt](ilib/Doc/doc-imaude.txt)).
3941
input.txt has examples.
4042

43+
#### Maude Actor Systems
4144
To interact via IOP you must have [IOP Platform](https://github.com/SRI-CSL/iopc) installed with the `IOPBINDIR` binary directory
4245
in your path.
4346

0 commit comments

Comments
 (0)