move how to launch algorithms info to the folder with algorithms

This commit is contained in:
Pavel Patsey
2025-01-26 10:04:37 +03:00
parent bc8ddf1be4
commit fa9b4073b7
2 changed files with 6 additions and 7 deletions
-7
View File
@@ -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
```
+6
View File
@@ -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
```