diff --git a/README-cn.md b/README-cn.md index 8b061ca4ff7b12de8d1ccaaef67ef10ef28dc69e..76cee3fe091643ab2b9f025b82f025df2adf85d0 100644 --- a/README-cn.md +++ b/README-cn.md @@ -12,6 +12,10 @@ EdgeGallery离线包制作以及离线安装、在线安装、docker compose方 提供基于直接基于Docker Compose方式(无k8s、k3s)的安装脚本,请参考[EdgeGallery_docker_compose_install](EdgeGallery_docker_compose_install/README.md)。 +### 树莓派安装指导 + +提供基于Docker Compose方式在树莓派上安装EG的指导文档,请参考[EdgeGallery_Raspberry_pi_instructions](EdgeGallery_Raspberry_pi_instructions.md)。 + ### 离线安装包制作脚本 提供离线安装包制作的自动化脚本,与离线安装自动化脚本配套使用。 diff --git a/README-en.md b/README-en.md index 8d7586a3aa98f790de163bfd3e0882184780aa9c..f4060e535ff8d05e5659dd880d097be99ae78406 100644 --- a/README-en.md +++ b/README-en.md @@ -13,6 +13,10 @@ We provide Ansible scripts for EG offline installation, please refer to [ansible Besides the method to install EG we mentioned above which are based on either k8s or k3s, we also provide another way to install EG. You can directly install EG with Docker Compose without the dependency with k8s/k3s. Please refer to [EdgeGallery_docker_compose_install](EdgeGallery_docker_compose_install/README_en.md). +### Guide of Installation on Raspberry + +You can refer to the [EdgeGallery_Raspberry_pi_instructions](EdgeGallery_Raspberry_pi_instructions.md) to install EG on Raspberry. + ### Ansible Scripts of Offline Packages Creation There is a bunch of scripts for offline packages creation which is used together with the Ansible offline install scripts.