Skip to content

Commit c22c5ce

Browse files
committed
Link to README for simc installation instructions
1 parent 792e43a commit c22c5ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vscode/src/compile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export class SimplicityHLCompiler {
211211
}
212212

213213
throw new Error(
214-
"simc compiler not found. Install it with: cargo install --path . " +
214+
"simc compiler not found. See https://github.com/BlockstreamResearch/simfony#installation " +
215215
"or set simplicityhl.compiler.path in settings."
216216
);
217217
}

0 commit comments

Comments
 (0)