Kaynağa Gözat

dnet/README: rename `main.py` to `dnet`

darkfi 1 yıl önce
ebeveyn
işleme
154962509c
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      bin/dnet/README.md

+ 2 - 2
bin/dnet/README.md

@@ -35,7 +35,7 @@ Then install the requirements:
 Run dnet:
 
 ```shell
-% python main.py
+% python dnet
 ```
 
 You will need to reactivate the venv in your current terminal session
@@ -51,7 +51,7 @@ If you don't require a venv, install the requirements and run dnet as follows:
 
 ```shell
 % pip install -r requirements.txt
-% python main.py
+% python dnet
 ```
 
 ## Config