aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-05 11:47:24 -0400
committerBobby <[email protected]>2022-11-05 11:47:24 -0400
commit4e75bf11c541e6e152e32ceceabe45ca2309eda4 (patch)
tree91ba1f66e1f3e60b1a64f9ebf6c951ee5c48292d /README.md
parent1a370a35d03227e413584d4a5dfb4ea5d93c39b2 (diff)
downloadtexty-4e75bf11c541e6e152e32ceceabe45ca2309eda4.tar.xz
texty-4e75bf11c541e6e152e32ceceabe45ca2309eda4.zip
feat: added configure option to generate config script
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7823aab..43954fe 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,11 @@ This will activate the virtual environment. You can now install the project's de
python3 setup.py install
+To configure aliases at this point, run the following command:
+
+ python3 setup.py configure
+ source bin/configure
+
This will install all the dependencies required to run the project. You can now start making changes.
### Committing Changes