Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 810315c5..1d103206 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,9 @@ Depending on target operating system, _INAV Configurator_ is distributed as _sta
1. Visit [release page](https://github.com/iNavFlight/inav-configurator/releases)
1. Download Configurator for Linux platform (linux32 and linux64 are present)
1. Extract tar.gz archive
-1. Make the inav-configurator file executable (chmod +x inav-configurator)
+1. Make the following files executable:
+ * inav-configurator `chmod +x inav-configurator`
+ * (5.0.0+) chrome_crashpad_handler `chmod +x chrome_crashpad_handler`
1. Run INAV Configurator app from unpacked folder
On some Linux distros, you may be missing `libatomic`, a `NW.JS` (specially `libnode.so`) dependency. If so, please install `libatomic` using your distro's package manager, e.g: