Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 740 Bytes

UPDATING.md

File metadata and controls

20 lines (13 loc) · 740 Bytes

Signal just recently release ther v3.x server code. To pull update from their repo you can follow this guide. Warning: the previous version is v2.92, updating to v.3.x might break some functionalities.

  1. Open https://github.com/signalapp/Signal-Server

  2. Fork the repository to your own git Repo

  3. Copy the ssh (e.g. [email protected]:yourusername/Signal-Server.git)

  4. Open signal-server code in your editor (e.g. VSCode)

  5. Run the command in terminal (with your own ssh)

git remote add new_origin [email protected]:yourusername/Signal-Server.git
git pull new_origin  
git rebase new_origin/master
  1. There will be some conflict if you made any modification to the server, you need to solve it manually, there is no other way.