Update welcome-message.txt

This commit is contained in:
emisargent 2023-02-10 21:35:35 +00:00
parent 8f6eab7879
commit 0bbf95c645

View file

@ -2,6 +2,6 @@
🛠️ Your environment is setup with all the required dependencies and your fork has been added as a remote. 🛠️ Your environment is setup with all the required dependencies and your fork has been added as a remote.
🚀 To start coding, wait for the "postCreateCommand" to finish setting things up, then: 🚀 To start coding:
- run `. .venv/bin/activate` to activate your virtualenv - wait for the "postCreateCommand" to finish setting things up
- run `git checkout -b your-branch-name origin/{main-or-latest-release}` to start working on a new feature or bug fix - run `git checkout -b your-branch-name origin/{main-or-latest-release}` to start working on a new feature or bug fix.