1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-09 15:27:25 +00:00

reword a bit

This commit is contained in:
Lupus590 2022-06-09 08:49:53 +01:00
parent f835bb7f11
commit 67706cfb83

View File

@ -16,7 +16,11 @@ All startup *files* have to be at the root of their drive, this drive is commonl
startup
startup.lua
```
`startup` may be a file or a folder, the behaviour of it changes depending on which it is but we'll cover that in a bit. `startup.lua` has to be a file. Note that these are all lower case, case matters sometimes so keep to the correct one - more info in a note on the @{fs} API page.
`startup` may be a file or a folder, the behavior of it changes depending on which it is. If it's a file then it is ran, if it's a folder then each file inside it is ran.
`startup.lua` has to be a file.
Note that these are all lower case, case matters sometimes so keep to the correct one - more info in a note on the @{fs} API page.
## Searching drives for startup files