Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgSkv authored Dec 8, 2024
1 parent 68d44c6 commit 5234ebb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ python3 -m pip install logica
python3 -m logica
# To print SQL for HelloWorld program.
python3 -m logica - print Greet <<<'@Engine("sqlite"); Greet(greeting: "Hello world!")'
# To run HelloWorld program on SQLite.
python3 -m logica - print Greet <<<'@Engine("sqlite"); Greet(greeting: "Hello world!")'
```

If your `PATH` includes Python's `bin` folder then you will also be able to
Expand Down

0 comments on commit 5234ebb

Please sign in to comment.