mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Remove dollar signs in readme to make copying easier
This commit is contained in:
parent
cb030f40fd
commit
013156804f
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ The preferred way of installing Lune is using [Aftman](https://github.com/lpghat
|
|||
This will add `lune` to an `aftman.toml` file in the current directory, or create one if it does not exist:
|
||||
|
||||
```sh
|
||||
$ aftman add filiptibell/lune
|
||||
aftman add filiptibell/lune
|
||||
```
|
||||
|
||||
You can also download pre-built binaries for most systems directly from the linked GitHub Releases page.
|
||||
|
@ -139,7 +139,7 @@ Lune puts developer experience first, and as such provides type definitions and
|
|||
When you've written a script with either a `.lua` or `.luau` extension, you can run it:
|
||||
|
||||
```sh
|
||||
$ lune script-name
|
||||
lune script-name
|
||||
```
|
||||
|
||||
This will look for the script `script_name` in a few locations:
|
||||
|
|
Loading…
Reference in a new issue