2017-11-29 21:12:23 -03:00
|
|
|
# Invidious
|
2017-11-23 04:48:55 -03:00
|
|
|
|
2017-11-23 04:52:37 -03:00
|
|
|
Alternative frontend for YouTube
|
2017-11-23 04:48:55 -03:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
2017-11-23 04:52:37 -03:00
|
|
|
```bash
|
|
|
|
pacman -Syu shards crystal
|
|
|
|
crystal deps
|
|
|
|
```
|
2017-11-23 04:48:55 -03:00
|
|
|
|
|
|
|
## Usage
|
2017-11-23 04:52:37 -03:00
|
|
|
```bash
|
2017-12-30 18:46:32 -03:00
|
|
|
crystal deps
|
2017-12-30 18:41:51 -03:00
|
|
|
./sentry
|
2017-11-23 04:52:37 -03:00
|
|
|
```
|
2017-11-23 04:48:55 -03:00
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
2017-11-29 21:12:23 -03:00
|
|
|
1. Fork it ( https://gitlab.com/omarroth/invidious/fork )
|
2017-11-23 04:48:55 -03:00
|
|
|
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
|
|
|
|
|
2017-11-23 04:52:37 -03:00
|
|
|
- [omarroth](https://github.com/omarroth) - creator, maintainer
|