summarylogtreecommitdiffstats
path: root/nrf.install
diff options
context:
space:
mode:
Diffstat (limited to 'nrf.install')
-rw-r--r--nrf.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/nrf.install b/nrf.install
new file mode 100644
index 000000000000..6151aba279ec
--- /dev/null
+++ b/nrf.install
@@ -0,0 +1,7 @@
+post_install() {
+ cat <<HERE
+Set NRF5_SDK_PATH variable to /opt/nrf5-sdk in your profile
+e. g. like this:
+ echo 'export NRF5_SDK_PATH=/opt/nrf5-sdk' >>~/.profile
+HERE
+}