Skip to content

Commit

Permalink
Merge pull request #57 from samtkit/fix-readme
Browse files Browse the repository at this point in the history
fix(readme): fix CLI command in README
  • Loading branch information
mjossdev authored Jun 15, 2023
2 parents 218212d + 4b93021 commit f0345b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ If you want to start SAMT locally, simply clone the repository and compile it us
And then use this locally compiled SAMT to compile your SAMT files:

```shell
java -jar ./cli/build/libs/samt-cli.jar compile ./specification/examples/todo-service/*.samt
java -jar ./cli/build/libs/samt-cli.jar compile ./specification/examples/samt.yaml
```

If you are interested in learning about the functionality and operation of the [SAMT Visual Studio Code Plugin](https://github.com/samtkit/vscode)
Expand Down

0 comments on commit f0345b4

Please sign in to comment.