Skip to content

Commit

Permalink
Merge pull request #143 from pkg-dot-zip/main
Browse files Browse the repository at this point in the history
Fixed two typos
  • Loading branch information
Maiori44 authored Jan 8, 2024
2 parents c71fc5f + ec653a8 commit a27ef45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Clue is a programming language that compiles blazingly fast into Lua code with a

Clue tries to be almost as simple as Lua (with only a slightly more advanced syntax) but adds many optional features that can make code look better or make some things (like metatables) easier to code.

Clue does not compile to a specfic version of Lua: flags can be toggled to alter the output to allow most if not all versions or modifications of Lua to be compiled to with Clue.
Clue does not compile to a specific version of Lua: flags can be toggled to alter the output to allow most if not all versions or modifications of Lua to be compiled to with Clue.

## General syntax differences
- Code blocks are now inside `{}` instead of `then`/`do`/`repeat` and `end`/`until`
Expand Down Expand Up @@ -99,7 +99,7 @@ cd clue
makepkg -si
```

### Manual insallation
### Manual installation
1. Download the [latest release](https://github.com/ClueLang/Clue/releases/latest) and save it somewhere
2. Open your system environment variables
3. Add the path to the directory that contains `clue.exe` in the PATH variable
Expand Down

0 comments on commit a27ef45

Please sign in to comment.