mirror of
https://codeberg.org/vegvisir/install.git
synced 2025-09-14 00:33:41 +02:00
13 lines
No EOL
431 B
Markdown
13 lines
No EOL
431 B
Markdown
# Vegvisir installer
|
|
This script will automatically install and configure Vegvisir from in a fresh git repository.
|
|
|
|
## Important
|
|
The script will only run on Linux environments with `coreutils` installed (for now).
|
|
|
|
# Get started
|
|
1. Create a repository for your website
|
|
2. Run this command from the root directory of your local repository
|
|
|
|
```sh
|
|
curl -fsSL https://codeberg.org/vegvisir/install/raw/branch/master/install.sh | sh
|
|
``` |