Skip to content

Commit

Permalink
README: Add $ to commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pmer committed May 25, 2017
1 parent 5b2493a commit 55de47e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 5,10 @@ binaries for tlc, pcal, and sany.

## Installation

```sh
git clone https://github.com/pmer/tla-bin.git
./download_or_update_tla.sh
sudo ./install.sh
```
$ git clone https://github.com/pmer/tla-bin.git
$ ./download_or_update_tla.sh
$ sudo ./install.sh
```

## Usage
Expand All @@ -20,8 20,8 @@ the process of running.

`tlc` is the TLA model checker.

```sh
pcal Euclid.tla
sany Euclid.tla
tlc Euclid.tla
```
$ pcal Euclid.tla
$ sany Euclid.tla
$ tlc Euclid.tla
```

0 comments on commit 55de47e

Please sign in to comment.