Skip to content

Commit 67e9111

Browse files
committed
Update installation instructions
1 parent f6daf14 commit 67e9111

File tree

3 files changed

+17
-33
lines changed

3 files changed

+17
-33
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# pdfcrypt
22

3-
## Secure, simple and fast PDF encryption PWA.
3+
## Secure, simple and fast PDF encryption/decryption PWA
44

5-
For some reason, most PDF software requires payment to perform encryption, and most websites require an account or uploading to the server. Turns out you can just do it all client-side in JavaScript, so I made a PWA that works offline. It even has advanced security permissions support!
5+
For some reason, most PDF software requires payment to perform encryption, and most websites require an account or uploading to the server. Turns out you can just do it all client-side in your browser via WASM, so I made a PWA that works offline. It even has advanced security permissions support!
66

77
## Install
88

9-
You can visit https://pdfcrypt.randomblock1.com to check it out. Once you want to install, you can install it from your web browser, or if you're on Windows, you can install it from the Microsoft Store.
9+
You can visit <https://randomblock1.com/pdfcrypt> to check it out. Once you want to install, you can install it from your web browser, or if you're on Windows, you can install it from the Microsoft Store.
1010

1111
[![Microsoft Store install button](https://get.microsoft.com/images/en-US%20dark.svg)](https://apps.microsoft.com/store/detail/9PCHG45LJXZN?launch=true&cid=readme&mode=mini)
1212

src/routes/install/+page.svelte

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<script>
2-
import { resolve } from '$app/paths';
3-
</script>
4-
51
<svelte:head>
62
<title>PDFCrypt - Installation</title>
73
<script type="module" src="https://get.microsoft.com/badge/ms-store-badge.bundled.js"></script>
@@ -32,23 +28,18 @@
3228
these instructions:
3329
</p>
3430
<ol>
35-
<li>- Open the app in Edge or Chrome.</li>
31+
<li>- Open a Chrome-based browser.</li>
3632
<li>- Click the installation icon in the address bar.</li>
3733
<li>- Click "Install".</li>
3834
</ol>
3935
</div>
4036

4137
<div class="tile m-4 h-fit">
4238
<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>
4839
<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>
5243
<li>- Tap "Install".</li>
5344
</ol>
5445
</div>
@@ -67,15 +58,12 @@
6758
<div class="tile m-4 h-fit">
6859
<h2 class="text-2xl rounded-lg p-2.5 bg-primary text-white mb-4 w-fit">MacOS</h2>
6960
<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>
7364
</ol>
7465
</div>
7566
</div>
76-
77-
<a href={resolve('/')} class="mx-4"
78-
><button class="btn btn-primary text-white mb-4">Go Back</button></a>
7967
</div>
8068

8169
<style>

src/routes/privacy/+page.svelte

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,19 @@
1515
</li>
1616
<li>
1717
- To help me understand how people use this site and to make it better, this app uses
18-
Google Analytics. This uses cookies to collect anonymous data, such as which pages you
19-
visit and how long you stay. No personally identifiable information is collected. If you
20-
prefer not to be tracked, you can adjust your browser settings to disable cookies or use
21-
a browser extension to block tracking.
18+
Google Analytics. This collects anonymous data like as which pages you visit and how
19+
long you stay. If you prefer not to be tracked, you can adjust your browser settings to
20+
disable cookies or use a browser extension to block tracking.
2221
</li>
2322
<li>
24-
- Cloudflare and GitHub are used to host the website. They may collect some data
25-
including IP addresses and device information for the purpose of serving a website. This
26-
also happens when installing from an app store, because it is a progressive web app and
27-
it uses the website to update itself.
23+
- Cloudflare is used to host the website. They may collect some data including IP
24+
addresses and device information for the purpose of serving a website. This also happens
25+
when installing from an app store, because it is a progressive web app and it uses the
26+
website to update itself.
2827
</li>
2928
</ol>
3029
</div>
3130

32-
<a href={resolve('/')} class="mx-4"
33-
><button class="btn btn-primary text-white my-4">Go Back</button></a>
34-
3531
<style>
3632
.tile {
3733
line-height: 1.6;

0 commit comments

Comments
 (0)