Skip to content

Commit

Permalink
feat(docs): Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
byakuren-hijiri committed Jul 23, 2024
1 parent 7f27b4a commit 9da695f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
Misti is a static analysis tool for [Tact](https://tact-lang.org/) smart contracts.

## Installation
Clone the repository and install dependencies:
1. Install Soufflé according to [the official installation instruction](https://souffle-lang.github.io/install).

2. Clone the repository and install dependencies:
```bash
git clone https://github.com/nowarp/misti
cd misti
Expand All @@ -17,4 +19,4 @@ Run Misti by specifying a Tact project configuration:
```

## Documentation
For detailed configuration and usage instructions, visit the [Misti Documentation](https://nowarp.github.io/misti/).
For detailed configuration and usage instructions, visit the [Misti Documentation](https://nowarp.github.io/docs/misti/).

0 comments on commit 9da695f

Please sign in to comment.