chore(all): update for OLM refactor
This commit is contained in:
parent
67b88f9c96
commit
35899957eb
2 changed files with 4 additions and 6 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -11,11 +11,8 @@ yarn-error.log*
|
|||
# Ignore config
|
||||
config.js
|
||||
|
||||
# Ignore JSON
|
||||
timeline.json
|
||||
notification.json
|
||||
matrix_auth.json
|
||||
fediverse_auth.json
|
||||
# Ignore localstorage
|
||||
keys
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
|
|
|
@ -37,7 +37,8 @@ Commands for the Fediverse include:
|
|||
|
||||
# Installation
|
||||
|
||||
First, set up your config.js file, you can see config.example.js as an example. The Matrix & Fediverse login information is used to populate matrix_auth.json and fediverse_auth.json during your initial login. These tokens are then used on sequential logins.
|
||||
First, set up your config.js file, you can see config.example.js as an example. The Matrix & Fediverse login information is then used to populate keys/matrix_auth and keys/fediverse_auth during your initial login. These tokens are then used on sequential logins.
|
||||
|
||||
1. `git clone https://github.com/vulet/ligh7hau5`
|
||||
2. `cd ligh7hau5 && yarn install`
|
||||
3. `node main.js`
|
||||
|
|
Loading…
Reference in a new issue