Skip to content

Commit

Permalink
Update links etc
Browse files Browse the repository at this point in the history
  • Loading branch information
kings177 authored Jun 28, 2024
1 parent 2b27749 commit e5a653e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Check | `kind2 check file.kind2` | Checks all definitions.
Eval | `kind2 eval file.kind2` | Runs using the type-checker's evaluator.
Run | `kind2 run file.kind2` | Runs using HVM's evaluator, on Rust-mode.
To-HVM | `kind2 to-hvm file.kind2` | Generates a [.hvm](https://github.com/higherorderco/hvm) file. Can then be compiled to a rust crate using HVM.
To-KDL | `kind2 to-kdl file.kind2` | Generates a [.kdl](https://github.com/higherorderco/kindelia) file. Can then be deployed to [Kindelia](https://github.com/higherorderco/kindelia).
To-KDL | `kind2 to-kdl file.kind2` | Generates a [.kdl](https://github.com/kindelia/kindelia) file. Can then be deployed to [Kindelia](https://github.com/kindelia/kindelia).

The rust crate can be generated via HVM:

Expand All @@ -87,7 +87,7 @@ hvm compile file.hvm

- For Feedbacks, email [[email protected]](mailto:[email protected])

- To ask questions and join our community, check our [Discord Server](https://discord.gg/kindelia).
- To ask questions and join our community, check our [Discord Server](https://discord.higherorderco.com).


[banner]: ./img/banner.png
Expand All @@ -96,6 +96,6 @@ hvm compile file.hvm
[crates.io]: https://crates.io/crates/zoxide

[discord.badge]: https://img.shields.io/discord/912426566838013994?style=flat-square
[discord.invite]: https://discord.gg/kindelia
[discord.invite]: https://discord.higherorderco.com

[build.badge]: https://img.shields.io/github/actions/workflow/status/kindelia/kind/ci.yml?style=flat-square
[build.badge]: https://img.shields.io/github/actions/workflow/status/higherorderco/kind1/ci.yml?style=flat-square

0 comments on commit e5a653e

Please sign in to comment.