invidious/README.md

28 行
519 B
Markdown
Raw 通常表示 履歴

2017-11-23 16:48:55 +09:00
# visor
2017-11-23 16:52:37 +09:00
Alternative frontend for YouTube
2017-11-23 16:48:55 +09:00
## Installation
2017-11-23 16:52:37 +09:00
```bash
pacman -Syu shards crystal
crystal deps
```
2017-11-23 16:48:55 +09:00
## Usage
2017-11-23 16:52:37 +09:00
```bash
crystal run src/visor.cr
```
2017-11-23 16:48:55 +09:00
## Contributing
2017-11-23 16:52:37 +09:00
1. Fork it ( https://github.com/omarroth/visor/fork )
2017-11-23 16:48:55 +09: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 16:52:37 +09:00
- [omarroth](https://github.com/omarroth) - creator, maintainer