Skip to content

Commit

Permalink
tick up of jaclang
Browse files Browse the repository at this point in the history
  • Loading branch information
marsninja committed Sep 12, 2024
1 parent 9b722a6 commit d11d1d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Jac Cloud is a jaclang plugin that bootstraps your jac application into a running web server. It allows you to serve your jac code as a REST API and interact with it from any client that can make HTTP requests. To set up Jac Cloud, you need to install the `jaclang` and `jac-cloud` python package using pip:

```bash
pip install jaclang==0.7.18 jac-cloud==0.1.1
pip install jaclang==0.7.19 jac-cloud==0.1.1
```

## Setting Up Your Database
Expand Down

0 comments on commit d11d1d2

Please sign in to comment.