Skip to content

Commit

Permalink
docs: add Discord server for support
Browse files Browse the repository at this point in the history
  • Loading branch information
ChecksumDev committed Nov 2, 2023
1 parent 5b68f82 commit a3bae6b
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ All uploads are encrypted with **AES-256-GCM-SIV** and only the uploader can dec
### Building from source

```bash
# Clone the repository
git clone https://github.com/checksumdev/lumen.git
cd lumen
# Clone the repository
git clone https://github.com/checksumdev/lumen.git
cd lumen

# Build the project
cargo build --release
# Build the project
cargo build --release

# Run Lumen 🌄 (after you configured the .env file)
./target/release/lumen # or ./target/release/lumen.exe on Windows
# Run Lumen 🌄 (after you configured the .env file)
./target/release/lumen # or ./target/release/lumen.exe on Windows

# Lumen is now running on http://localhost:8080
# Lumen is now running on http://localhost:8080
```

## Usage 📝
Expand All @@ -42,6 +42,10 @@ These benchmarks were performed on a Ryzen 9 3900X with 32GB of RAM. Feel free t

We welcome pull requests from the community. If you have any major changes, please open an issue first to discuss them. When making commits, please follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification.

## Support 💬

If you need help with Lumen, feel free to join our [Discord server](https://discord.gg/JcF9sTZPc4) or open an issue.

## License 📜

Lumen is licensed under the [Affero General Public License v3.0](LICENSE).

0 comments on commit a3bae6b

Please sign in to comment.