Skip to content

Commit

Permalink
doc: updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
caballa committed Sep 26, 2024
1 parent 4e999eb commit 309cb30
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,25 @@ To rebuild and redeploy together
```bash
$ just redeploy
```
```
### Installation of executables
1. Create directory `$HOME/platform-tools-certora`
2. Uncompress using your favourite tool
`executables/mac/platform-tools-osx-aarch64.tar.bz2` or
`executables/linux/platform-tools-linux-x86_64.tar.bz2` in
`$HOME/platform-tools-certora`.
Verify that `$HOME/platform-tools-certora` contains `llvm` and `rust`:
```shell
ls $HOME/platform-tools-certora/
llvm rust version.md
```
* On macOS, you need to adjust the permissions for the executables and dynamic libraries:
```shell
sudo xattr -rd com.apple.quarantine $HOME/platform-tools-certora
```
3. cd `$HOME/.cache/solana/v1.41`
4. Backup `platform-tools`: `mv platform-tools platform-tools-backup`
5. `ln -sf $HOME/platform-tools-certora ./platform-tools`

0 comments on commit 309cb30

Please sign in to comment.