From cedcbce9600d1ae3211cbf998ebba7b8e136d04b Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Fri, 23 Feb 2024 11:55:58 +0100 Subject: [PATCH] oops, fix examples readme typo --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 28589f8..2eae5d5 100644 --- a/examples/README.md +++ b/examples/README.md @@ -139,6 +139,6 @@ You need [Node.js](https://nodejs.org/en) and [npm](https://www.npmjs.com/) to b Get [Tibia 0.0.1](https://github.com/sdangelo/tibia/releases/tag/v0.0.1), place it in the same directory as the Brickworks folder, and rename it as `tibia`. Then either `cd` to the Tibia folder and `npm install dot`, or install the [dot npm package](https://www.npmjs.com/package/dot) globally and make sure that the `NODE_PATH` environment variable is corretly set to find it. -Now you can `cd` to the `examples` folder and run `./tibia_gen.sh` to copy/generate files for all examples, or otherwise run `./tibia_gen.sh common` to only copy/generate files in `examples/common` or ./tibia\_gen.sh *example* to do the same for files in examples/*example*. +Now you can `cd` to the `examples` folder and run `./tibia_gen.sh` to copy/generate files for all examples, or otherwise run `./tibia_gen.sh common` to only copy/generate files in `examples/common` or ./tibia\_gen.sh *example* to do the same for files in examples/*example*. If you want to remove all files copied/generated by Tibia, and thus restore the `examples` directory as it would appear in the official repository, run `./tibia_clean.sh` from the `examples` directory.