Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks authored Dec 7, 2024
1 parent 48ddd87 commit 7f32a46
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,7 @@ An easy on the eyes, portable, lightning fast pastebin written in Svelte and Kot
### Prerequisites
Docker. Both the frontend and backend are to be installed with Docker. You can learn more [here](https://www.docker.com).

## Automated Installation - Ubuntu
This script will download and install all the files necessary to run PasteBook, as well as guide you through setting up SSL.
```bash
bash <(curl -sL https://raw.githubusercontent.com/Loudbooks/PasteBook/refs/heads/master/install.sh)
```

> [!CAUTION]
> Do not modify `docker-compose.yml`. You will break things.
Once the script has completed, you can start PasteBook with the following command.
```bash
docker compose up -d
```

## Manual Installation
## Installation
The following is a guide to get PasteBook running on your system under your domain with SSL. All of this was tested on Ubuntu Linux.

### Preparation
Expand Down

0 comments on commit 7f32a46

Please sign in to comment.