You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
invidious/README.md

29 lines
524 B
Markdown

7 years ago
# Invidious
7 years ago
7 years ago
Alternative frontend for YouTube
7 years ago
## Installation
7 years ago
```bash
pacman -Syu shards crystal
crystal deps
```
7 years ago
## Usage
7 years ago
```bash
crystal deps
./sentry
7 years ago
```
7 years ago
## Contributing
7 years ago
1. Fork it ( https://gitlab.com/omarroth/invidious/fork )
7 years ago
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request
## Contributors
7 years ago
- [omarroth](https://github.com/omarroth) - creator, maintainer