mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-19 04:11:33 +02:00
Update README
This commit is contained in:
11
README.md
11
README.md
@@ -1,18 +1,20 @@
|
||||
# Invidious
|
||||
|
||||
> Invidious is a web application that indexes popular video sites
|
||||
> Invidious is what YouTube should be
|
||||
|
||||
## Installation
|
||||
|
||||
### Installing [Crystal](https://github.com/crystal-lang/crystal):
|
||||
|
||||
On Arch:
|
||||
|
||||
```bash
|
||||
$ sudo pacman -Syu shards crystal
|
||||
$ crystal deps
|
||||
```
|
||||
|
||||
On OSX:
|
||||
|
||||
```bash
|
||||
$ brew update
|
||||
$ brew install shards crystal-lang
|
||||
@@ -25,11 +27,13 @@ On Arch:
|
||||
Install according to the [wiki](https://wiki.archlinux.org/index.php/PostgreSQL#Installing_PostgreSQL):
|
||||
|
||||
On OSX:
|
||||
|
||||
```bash
|
||||
$ brew install postgres
|
||||
```
|
||||
|
||||
Then setup database with:
|
||||
Then setup database with
|
||||
|
||||
```bash
|
||||
$ ./setup.sh
|
||||
```
|
||||
@@ -41,6 +45,7 @@ $ crystal src/invidious.cr
|
||||
```
|
||||
|
||||
Or for development:
|
||||
|
||||
```bash
|
||||
$ curl -fsSLo- https://raw.githubusercontent.com/samueleaton/sentry/master/install.cr | crystal eval
|
||||
$ ./sentry
|
||||
@@ -56,4 +61,4 @@ $ ./sentry
|
||||
|
||||
## Contributors
|
||||
|
||||
- [omarroth](https://github.com/omarroth) - creator, maintainer
|
||||
* [omarroth](https://github.com/omarroth) - creator, maintainer
|
||||
|
Reference in New Issue
Block a user