diff options
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 |
