Skip to content

Commit

Permalink
Fix README.md bad formatting (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
soroshsabz authored Aug 17, 2023
1 parent df96013 commit a2e7f2f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ Some versions of Linux also use a Security table to manage special access rules.

To run, follow below steps

#. clone this project
#. set exe permissions (such as `chmod +x build.sh`)
#. run `build.sh --configuration=Release`
#. set exe permissions (such as `chmod +x Source/BSN.IpTables.Api/bin/Release/net6.0/BSN.IpTables.Api`)
#. simply run web service with `Source/BSN.IpTables.Api/bin/Release/net6.0/BSN.IpTables.Api --urls=http://localhost:8002`
1. clone this project
1. set exe permissions (such as `chmod +x build.sh`)
1. run `build.sh --configuration=Release`
1. set exe permissions (such as `chmod +x Source/BSN.IpTables.Api/bin/Release/net6.0/BSN.IpTables.Api`)
1. simply run web service with `Source/BSN.IpTables.Api/bin/Release/net6.0/BSN.IpTables.Api --urls=http://localhost:8002`

### Kamailio Example
```kamailio
Expand Down

0 comments on commit a2e7f2f

Please sign in to comment.