📝 Add README
This commit is contained in:
parent
4b79173585
commit
afb4e93308
12
README.md
Normal file
12
README.md
Normal file
@ -0,0 +1,12 @@
|
||||
## Installation
|
||||
|
||||
```shell
|
||||
git clone --recurse-submodules https://git.shikiryu.com/Shikiryu/twitter-webcollage.git webcollage
|
||||
cd webcollage
|
||||
composer install
|
||||
cp twitter-config.php.template twitter-config.php
|
||||
cp mastodon-config.php.template mastodon-config.php
|
||||
nano twitter-config.php && nano mastodon-config.php
|
||||
```
|
||||
|
||||
Insert Twitter API details in twitter-config.php and Mastodon API details in mastodon-config.php
|
Loading…
Reference in New Issue
Block a user