aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-05 06:44:46 -0400
committerBobby <[email protected]>2022-11-05 06:44:46 -0400
commit45796190a3646c847db8090be20769fef44e4f42 (patch)
tree7d49a3bc6368decba63b911765fd7a90d354eef8
parent7929092f6db4aca77d54a0f5ce3bc0b4386c851f (diff)
downloadtexty-45796190a3646c847db8090be20769fef44e4f42.tar.xz
texty-45796190a3646c847db8090be20769fef44e4f42.zip
refactor: update readme
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index e06d3e3..e99acdc 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ You should start by [forking this repository](https://github.com/luciferreeves/t
> **Note**: You must be working in a virtual environment. If you don't know what that is, you can read more about it [here](https://docs.python.org/3/tutorial/venv.html). To create a virtual environment, run the following command:
- python -m venv env
+ python -m venv .venv
This will create a virtual environment named `env`. This environment will be used to install the project's dependencies and will be ignored by Git. To activate the environment, run the following command:
@@ -113,7 +113,4 @@ The maintainers in the `maintainers.yml` file are listed in the following format
> **Note**: Please do not edit the `README.md` file directly. Instead, edit the `maintainers.yml` file and run the `commit.sh` script to generate the `README.md` file.
-<!-- maintainers -->
-- [Bobby](luciferreeves) - [https://thatcomputerscientist.com](https://thatcomputerscientist.com)
-
-![Bobby](https://github.com/luciferreeves.png?size=40)
+<!-- maintainers --> - [Bobby](luciferreeves) - [https://thatcomputerscientist.com](https://thatcomputerscientist.com) ![Bobby](https://github.com/luciferreeves.png?size=40) \ No newline at end of file