Skip to content

Commit

Permalink
Added reference to requires.sh in README.md and fixed some language
Browse files Browse the repository at this point in the history
  • Loading branch information
dechristopher committed Sep 20, 2017
1 parent e8f1880 commit 6042b56
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@
- Containerized, scalable, and dead simple.
- The people's SMS API - **free forever**.

Build with *tools/docker-build.sh*, then run with:
First check your system requirements with *tools/requires.sh*

**THEN**

Build with *tools/docker-build.sh* and run with:
```
*docker run -d --name sms-p -h sms-p -e PORT=<port> -p <port>:<port> sms-p*
```

**OR**

Expand Down

0 comments on commit 6042b56

Please sign in to comment.