Skip to content

Commit 4f5be22

Browse files
Update README.md
1 parent fbe64cf commit 4f5be22

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,9 @@ can find it in the readme section, for ZK proof generation.
111111
[`Circom`](https://docs.circom.io/getting-started/installation/),
112112
[`SnarkJS`](https://docs.circom.io/getting-started/installation/#installing-circom)
113113
1. Setup `config.toml`. Check the config.example.toml for example, it has detailed description.
114-
2. Compile atomic-swap executable:
114+
2. Compile & run the script with a provided config path (because of the outdated packages, it can't be compiled in release mode as well as using `cargo install`):
115115
```bash
116-
cargo install --path .
117-
```
118-
3. Run the script with the config that is configured for section 2:
119-
```bash
120-
taprootized-atomic-swap config.toml
116+
cargo run config.toml
121117
```
122118

123119
### Build for Linux

0 commit comments

Comments
 (0)