How to download and setup openwechat
Open terminal and run command
git clone https://github.com/eatmoreapple/openwechat.git
git clone is used to create a copy or clone of openwechat repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with openwechat https://github.com/eatmoreapple/openwechat/archive/master.zip
Or simply clone openwechat with SSH
[email protected]:eatmoreapple/openwechat.git