move how to launch algorithms info to the folder with algorithms
This commit is contained in:
@@ -27,10 +27,3 @@ run
|
|||||||
$ example
|
$ example
|
||||||
run
|
run
|
||||||
```
|
```
|
||||||
|
|
||||||
Run different merging algorithms:
|
|
||||||
```
|
|
||||||
python -m vpn_manager.cidr4_merge.cidr4_merger
|
|
||||||
python -m vpn_manager.cidr4_merge.fast
|
|
||||||
python -m vpn_manager.cidr4_merge.precise
|
|
||||||
```
|
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
Run merging algorithms:
|
||||||
|
```
|
||||||
|
python -m vpn_manager.cidr4_merge.cidr4_merger
|
||||||
|
python -m vpn_manager.cidr4_merge.fast
|
||||||
|
python -m vpn_manager.cidr4_merge.precise
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user