From 8cb88b90cb85aeac8d9fd914c763e86ba60e234c Mon Sep 17 00:00:00 2001 From: Serge Bazanski <q3k@q3k.org> Date: Tue, 15 Aug 2023 17:20:39 +0200 Subject: [PATCH] docs: remove mention of /flash/apps --- docs/badge/programming.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/badge/programming.rst b/docs/badge/programming.rst index a58ce2cc1d..ae184ce10a 100644 --- a/docs/badge/programming.rst +++ b/docs/badge/programming.rst @@ -576,10 +576,10 @@ Together with the Python code this file forms a so called bundle url = "https://git.flow3r.garden/you/mydemo" -Save this as `flow3r.toml` together with the Python code as `__init__.py` in a folder (name doesn't matter) -and put that folder into the `apps` folder on your flow3r (if there is no `apps` folder visible, -there might be an `apps` folder in the `sys` folder). Restart the flow3r and it should pick up your -new application. +Save this as `flow3r.toml` together with the Python code as `__init__.py` in a +folder (name doesn't matter) and put that folder into the ``/flash/sys/apps`` +folder on your flow3r (visible as ``sys/apps`` in `Disk Mode`_). Restart the +flow3r and it should pick up your new application. Distributing applications ------------------------- -- GitLab