|
1 | | -<script> |
2 | | - import { resolve } from '$app/paths'; |
3 | | -</script> |
4 | | - |
5 | 1 | <svelte:head> |
6 | 2 | <title>PDFCrypt - Installation</title> |
7 | 3 | <script type="module" src="https://get.microsoft.com/badge/ms-store-badge.bundled.js"></script> |
|
32 | 28 | these instructions: |
33 | 29 | </p> |
34 | 30 | <ol> |
35 | | - <li>- Open the app in Edge or Chrome.</li> |
| 31 | + <li>- Open a Chrome-based browser.</li> |
36 | 32 | <li>- Click the installation icon in the address bar.</li> |
37 | 33 | <li>- Click "Install".</li> |
38 | 34 | </ol> |
39 | 35 | </div> |
40 | 36 |
|
41 | 37 | <div class="tile m-4 h-fit"> |
42 | 38 | <h2 class="text-2xl rounded-lg p-2.5 bg-primary text-white mb-4 w-fit">Android</h2> |
43 | | - <p> |
44 | | - Chrome-based Android browsers have a little drawer appear at the bottom of the |
45 | | - screen when you visit the app. Drag it upwards to show screenshots & the install |
46 | | - button. Otherwise, follow these instructions: |
47 | | - </p> |
48 | 39 | <ol> |
49 | | - <li>- Open the app in Chrome.</li> |
50 | | - <li>- Tap the three dots in the top right corner.</li> |
51 | | - <li>- Tap "Install App".</li> |
| 40 | + <li>- Open a Chrome-based browser.</li> |
| 41 | + <li>- Tap the three dots in the right side corner.</li> |
| 42 | + <li>- Tap "Add to Home Screen".</li> |
52 | 43 | <li>- Tap "Install".</li> |
53 | 44 | </ol> |
54 | 45 | </div> |
|
67 | 58 | <div class="tile m-4 h-fit"> |
68 | 59 | <h2 class="text-2xl rounded-lg p-2.5 bg-primary text-white mb-4 w-fit">MacOS</h2> |
69 | 60 | <ol> |
70 | | - <li>- Open the app in Edge or Chrome.</li> |
71 | | - <li>- Click the installation icon in the address bar.</li> |
72 | | - <li>- Click "Install".</li> |
| 61 | + <li>- Open the app in Safari. If you're using a Chrome-based browser, follow the Windows instructions instead.</li> |
| 62 | + <li>- Click the share button in the address bar.</li> |
| 63 | + <li>- Click "Add to Dock".</li> |
73 | 64 | </ol> |
74 | 65 | </div> |
75 | 66 | </div> |
76 | | - |
77 | | - <a href={resolve('/')} class="mx-4" |
78 | | - ><button class="btn btn-primary text-white mb-4">Go Back</button></a> |
79 | 67 | </div> |
80 | 68 |
|
81 | 69 | <style> |
|
0 commit comments