Skip to content

Commit

Permalink
README: be more upfront about the tutorial
Browse files Browse the repository at this point in the history
Following feedback from a YouTube comment!
  • Loading branch information
hishamhm authored Mar 15, 2022
1 parent a18c734 commit ef4fcda
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ the project's progress:
* [Minimalistic typed Lua is here (2020)](https://www.youtube.com/watch?v=HfnjUCRzRKU)
* [What's Next for Teal (2021)](https://www.youtube.com/watch?v=OqXbnaDR8QY)

Check also the [tutorial](docs/tutorial.md) to get started with an overview of
the language.

## Installing

### Via LuaRocks
Expand Down Expand Up @@ -82,7 +85,8 @@ compile `.tl` files on-the-fly.

## Documentation

You can learn more about programming with Teal in the [tutorial](docs/tutorial.md).
You can learn more about programming and using Teal in the [docs/](docs/)
folder. The [tutorial](docs/tutorial.md) is a great place to start!

## Type definitions

Expand Down

0 comments on commit ef4fcda

Please sign in to comment.