mirror of
https://github.com/ivabus/roulette
synced 2024-11-10 02:25:20 +03:00
Create troubleshooting.md
This commit is contained in:
parent
4a3d10a397
commit
f73c52e7de
11
troubleshooting.md
Normal file
11
troubleshooting.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# 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>`
|
Loading…
Reference in a new issue