HellRok / Taylor

A simple game engine built using raylib and mruby
https://www.taylormadetech.dev
MIT License
97 stars 6 forks source link

Typo In README #23

Closed Chadowo closed 9 months ago

Chadowo commented 9 months ago

In the 5th step of the "Compile Yourself" section.

  1. Take make it easier to run, you can create a taylor-dev script and populate it with:
    
    #!/usr/bin/env bash
    TAYLOR_PATH=/home/sean/code/taylor/

"$TAYLOR_PATH/dist/linux/debug/taylor" "$TAYLOR_PATH/cli-tool/cli.rb" "$@"

It should read "To make it easier to run [...]" shouldn't it?

HellRok commented 9 months ago

Thanks for the heads up, this has now been fixed.