Skip to content

Commit dd12558

Browse files
Updated README
1 parent 10acb72 commit dd12558

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Whim is a simple and secure app for sharing secret messages anonymously. The messages are encrypted and are vanished after being read. No account required.
44

5+
You can try it out at [whim.day](https://whim.day)
6+
57
## Running it locally
68

79
### Prerequisites
@@ -22,7 +24,7 @@ bun install
2224
### Fill in the .env file
2325

2426
```bash
25-
cp .env.example .env
27+
cp .env.sample .env
2628
```
2729

2830
### Run the migrations

0 commit comments

Comments
 (0)