Skip to content

Commit 4c062b7

Browse files
committed
Update README to include branch switch instructions for local development
1 parent 6089195 commit 4c062b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ Before you begin, ensure you have the following:
2323

2424
If you prefer to develop locally, follow the steps below:
2525

26-
1. Clone the repository to your local machine:
26+
1. Clone the repository to your local machine and switch to the `apistart` branch:
2727
```sh
2828
git clone https://github.com/github-samples/planventure.git
29+
git switch apistart
2930
```
3031

3132
2. Create a virtual environment and activate it:

0 commit comments

Comments
 (0)