Create troubleshooting.md

This commit is contained in:
Ivan Bushchik 2022-02-10 20:26:10 +03:00 committed by GitHub
parent 4a3d10a397
commit f73c52e7de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
troubleshooting.md Normal file
View 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>`