Skip to content

Commit

Permalink
📝 Correct commands in README.md (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
amine-sahraoui authored Jan 30, 2025
1 parent cde1208 commit b2c14b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $ sudo ./install.sh
# Move to the Bad Directory
$ cd bad
# Run the Initialization as Root
$ sudo ./db_init.py
$ sudo python ./db_init.py
```

- Or :
Expand All @@ -87,7 +87,7 @@ $ sudo ./db_init.py
# Move to the Good Directory
$ cd good
# Run the Initialization as Root
$ sudo ./db_init.py
$ sudo python ./db_init.py
```

### Running the Application
Expand Down

0 comments on commit b2c14b5

Please sign in to comment.