diff options
| author | 2026-01-04 02:02:05 -0800 | |
|---|---|---|
| committer | 2026-01-04 02:02:05 -0800 | |
| commit | 87b8104dc6a1b2ffeb4aa92f8b1301495768db82 (patch) | |
| tree | 5e122215590b5e54a85867ddfd3aea28a476ff2d /README.md | |
| parent | 96a007eecea9b67ba06d01c8fcdd9c09fc4b43e9 (diff) | |
| download | lezer-87b8104dc6a1b2ffeb4aa92f8b1301495768db82.tar.gz lezer-87b8104dc6a1b2ffeb4aa92f8b1301495768db82.zip | |
Rename “Phel Web Skeleton” to “Lezer”
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# Phel Web Skeleton +# Lezer [Phel](https://phel-lang.org/) is a functional programming language that compiles to PHP. @@ -21,7 +21,7 @@ Phel requires at least PHP 8.3 and Composer. 1. Clone this repo 1. Build the image | `docker-compose up -d --build` -1. Go inside the console | `docker exec -ti -u dev phel_web_skeleton bash` +1. Go inside the console | `docker exec -ti -u dev lezer bash` 1. Install the dependencies | `composer install` ### Phel code |
