Skip to content

Commit

Permalink
dnet/README: rename main.py to dnet
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfi committed Jan 23, 2025
1 parent 461f5cd commit 1549625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/dnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1549625

Please sign in to comment.