mirror of
https://github.com/ivabus/roulette
synced 2024-11-10 02:25:20 +03:00
12 lines
218 B
Markdown
12 lines
218 B
Markdown
|
# Troubleshooting
|
||
|
|
||
|
`<pathToFile>` means full path to downloaded executable file
|
||
|
|
||
|
## Any linux/osx
|
||
|
|
||
|
You need to execute `chmod +x <pathToFile>`.
|
||
|
|
||
|
## Apple Silicon
|
||
|
|
||
|
You also need to execute `codesign -s - <pathToFile>`
|