traskar commited on
Commit
d4be295
β€’
1 Parent(s): bfd4dbe

πŸ“ warning note in the manual deployment section (#348)

Browse files
Files changed (1) hide show
  1. docs/installation.md +3 -0
docs/installation.md CHANGED
@@ -300,6 +300,9 @@ This section covers how to deploy the app with docker manually by manually build
300
  > **Note**
301
  > This section is provided for those who want to futher customize the docker image or for those who are extra cautious about security.
302
 
 
 
 
303
  ### Unstable/Edge/Rolling
304
 
305
  First clone the the repository by running the following command:
 
300
  > **Note**
301
  > This section is provided for those who want to futher customize the docker image or for those who are extra cautious about security.
302
 
303
+ > **Warning**
304
+ > A note of caution the project currently only supports **x86-64** architecture and as such we do not recommend deploying the project on devices with other architectures. Though if you still want to do it then **do it at your own risk**.
305
+
306
  ### Unstable/Edge/Rolling
307
 
308
  First clone the the repository by running the following command: