-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/dev' into dev
- Loading branch information
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# PasteBook | ||
An easy on the eyes, portable, lightning fast pastebin written in Svelte and Kotlin. | ||
An easy on the eyes, portable, lightning fast pastebin written in Svelte and Rust. | ||
|
||
### Prerequisites | ||
Docker. Both the frontend and backend are to be installed with Docker. You can learn more [here](https://www.docker.com). | ||
|
@@ -73,9 +73,11 @@ systemctl restart nginx | |
Run the following commands in succession. | ||
```bash | ||
docker compose stop | ||
docker compose pull | ||
docker compose up -d | ||
``` | ||
|
||
# Final Notes | ||
Wow. There was a lot that can go wrong there. I'm not an expert. If you need help, you can email me at [email protected] or find me elsewhere. | ||
|
||
💜 |