Advertisement
Justman10000

Install Element

May 9th, 2023 (edited)
873
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. git init
  2. git remote add origin https://github.com/vector-im/element-web.git
  3. git pull origin develop
  4. rm -r .* *.md *.rst
  5. rm -r yarn.lock
  6. chmod -R 777 .
  7.  
  8. yarn # Install NodeJS first (https://pastebin.com/Rf1vVKsR)
  9. yarn clean && yarn build:genfiles && yarn build:bundle
  10. yarn dist
  11.  
  12. # Now you find the file in dist/element-unknown.tar.gz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement