瀏覽代碼

Update README.md

Added more details
Toby Chui 3 年之前
父節點
當前提交
d4b63df223
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -106,12 +106,22 @@ After installation, depending on the processing power and disk speed of your hos
 http://{ip_address_of_your_host}:8080/
 http://{ip_address_of_your_host}:8080/
 ```
 ```
 
 
+Note: If you are using some browsers that hides your user agents, you can manually switch between mobile and desktop interface with the following links.
+- Mobile: http://localhost:8080/mobile.system
+- Desktop: http://localhost:8080/desktop.system
+    
 To uninstall your ArozOS in case you screw something up, use the uninstall script in the installer folder.
 To uninstall your ArozOS in case you screw something up, use the uninstall script in the installer folder.
 
 
 ### Windows (amd64)
 ### Windows (amd64)
 
 
 If you are deploying on Windows, you need to add ffmpeg to %PATH% environment variable and following the steps below.
 If you are deploying on Windows, you need to add ffmpeg to %PATH% environment variable and following the steps below.
 
 
+#### Adding FFMPEG to %PATH%
+Visit https://www.ffmpeg.org/ to download the precompiled binary to C:\ffmpeg\. After unzipping, you should be able to find the binary ffmpeg.exe at C:\ffmpeg\bin\.
+
+Go to "System Properties" > "Environment Variables" > "System Variables" > "Edit" and add "C:\ffmpeg\bin\" into the environment variable list. Save and Exit the tool windows and restart your PC to apply the new settings.
+
+#### Installing ArozOS
 1. Create a folder a name that has no space and ASCII only
 1. Create a folder a name that has no space and ASCII only
 2. Download the arozos_windows_amd64.exe from the [Release Page](https://github.com/tobychui/arozos/releases) 
 2. Download the arozos_windows_amd64.exe from the [Release Page](https://github.com/tobychui/arozos/releases) 
 3. Download the web.tar.gz from the Release Page
 3. Download the web.tar.gz from the Release Page