From 950269009821e2f7547cf8dce38f6076455abb91 Mon Sep 17 00:00:00 2001 From: Ahmad El Masri Date: Thu, 3 Oct 2019 11:56:55 +0200 Subject: [PATCH] docs: update zip file tree structure using markdown --- content/pybytes/releases/_index.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/content/pybytes/releases/_index.md b/content/pybytes/releases/_index.md index e075e8a..12493a7 100644 --- a/content/pybytes/releases/_index.md +++ b/content/pybytes/releases/_index.md @@ -26,11 +26,16 @@ In Pybytes, go to *Applications* -> *My applications* -> *select target applicat ![](/gitbook/assets/pybytes/releases/create-release-step-7.png) * if you need to update files on the device you should follow the structure below. * `zip` file structure: - - root - - flash - - main.py - - ..... - - xyz.py + ``` + my_release.zip + ├── flash <-- updates files on the /flash partition + │ └── main.py + │ └── my_awesome_module.py + │ └── ... + └── sd <-- updates files on the MicroSD card + └── my_another_awesome_module.py + └── ... + ``` 5. *Write* a description for this release. ![](/gitbook/assets/pybytes/releases/create-release-step-8.png)