Skip to content

Commit

Permalink
Expand installation and usage instructions
Browse files Browse the repository at this point in the history
Add section "Installation" explaining how to download and load the code.
  • Loading branch information
pamoroso authored Mar 19, 2023
1 parent bc0dcfb commit 1a09d04
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,24 @@ Stringscope is a tool to display a list of text the strings contained in a binar

![Stringscope output window](https://raw.githubusercontent.com/pamoroso/stringscope/main/stringscope.png)

## Usage

First load Stringscope by evaluating:
## Installation

Download the file `STRINGSCOPE` from the project repo, copy it to a file system your Medley Interlisp installation has access to, and evaluate the following expression from the Lisp executive:

```lisp
(FILESLOAD STRINGSCOPE)
```


## Usage

Once Stringscope is loaded you can call the following functions and commands.


### `STRINGSCOPE`

Next, to run the program evaluate:
To run the program evaluate:

```lisp
(STRINGSCOPE FILENAME MIN.LEN)
Expand Down

0 comments on commit 1a09d04

Please sign in to comment.