From 0bbf95c6459a6061f30045e717f00094abe00df9 Mon Sep 17 00:00:00 2001 From: emisargent <55098699+emisargent@users.noreply.github.com> Date: Fri, 10 Feb 2023 21:35:35 +0000 Subject: [PATCH] Update welcome-message.txt --- .devcontainer/welcome-message.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/welcome-message.txt b/.devcontainer/welcome-message.txt index 0d2865b8..a63a7a67 100644 --- a/.devcontainer/welcome-message.txt +++ b/.devcontainer/welcome-message.txt @@ -2,6 +2,6 @@ 🛠️ 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: - - run `. .venv/bin/activate` to activate your virtualenv - - run `git checkout -b your-branch-name origin/{main-or-latest-release}` to start working on a new feature or bug fix +🚀 To start coding: + - 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.