Skip to content

Commit 454dd58

Browse files
committed
chore: wip
1 parent c2bfec6 commit 454dd58

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

.vscode/dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ lockb
1717
openweb
1818
outdir
1919
pausable
20+
pkgx
2021
Postcardware
2122
prefetch
2223
preinstall

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,21 @@
1919
- `/etc/hosts` Management
2020
- Dependency-free Binary
2121

22-
## Usage
22+
## Install
2323

2424
```bash
2525
bun install -d bun-reverse-proxy
26-
# brew install reverse-proxy - wip
27-
# pkgx install reverse-proxy - wip
2826
```
2927

28+
Alternatively, you can install:
29+
30+
```bash
31+
brew install reverse-proxy # wip
32+
pkgx install reverse-proxy # wip
33+
```
34+
35+
## Usage
36+
3037
Now, you can use it in your project:
3138

3239
```js
@@ -89,6 +96,12 @@ For casual chit-chat with others using this package:
8996

9097
[Join the Stacks Discord Server](https://discord.gg/stacksjs)
9198

99+
## Postcardware
100+
101+
Two things are true: Stacks OSS will always stay open-source, and we do/would love to receive postcards from where Stacks is used! 🌍 _And we also publish them on our website._
102+
103+
Our address is: Stacks.js, 5710 Crescent Park #107, Playa Vista 90094, CA.
104+
92105
## License
93106

94107
The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/stacks/tree/main/LICENSE.md) for more information.

0 commit comments

Comments
 (0)