diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
| @@ -2,10 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | A shitty small telegram bot written in Common Lisp. | 3 | A shitty small telegram bot written in Common Lisp. |
| 4 | 4 | ||
| 5 | When running in a debuggy environment, consider | 5 | For running the (very few) tests and other repository maintaining things, run `./run_tests.sh`. For having an example |
| 6 | ``` common-lisp | 6 | way how to launch, see `./launch.sh`. |
| 7 | (setf ukkoclot::*in-prod* nil) | ||
| 8 | ``` | ||
| 9 | 7 | ||
| 10 | # Licensing | 8 | # Licensing |
| 11 | 9 | ||