From afb4e93308d50fd2aee26e5ffde55e6c076748f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Wed, 3 Mar 2021 21:08:50 +0100 Subject: [PATCH] :pencil: Add README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1380fd8 --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file