Narasimha1997/fake-sms

No instructions for installation

Closed this issue · 3 comments

I don’t know if I just lack the understanding, but once I clone the files and unzip the file onto my desktop, how do I actually run the code? I assume it has something to do with the terminal but then again I’m probably just dumb.

Same question
Can I run this on phone ?
In termux ?

  1. Install Golang. Check here check here
  2. Then clone the project.
  3. Build the project. Just do
     export GOBIN=$PWD/bin
     go install
    
  4. You should see the binary installed in project-directory/bin by name fake-sms.
  5. Then run like this:
       cd bin
       ./fake-sms
    

It should run normally.

Closing this. Let me know if you have any issues.