Skip to content

Commit

Permalink
Fixed DE install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil authored May 28, 2020
1 parent b6ad6a7 commit 07beb9a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,17 @@ This includes non source-tracked orgs such as a [free Developer Edition Org](htt
Make sure to start from a brand-new environment to avoid conflicts with previous work you may have done.
1. Authorize your Trailhead Playground or Developer org and provide it with an alias (**mydevorg** in the command below):
1. Clone this repository:
```
sfdx force:auth:web:login -d -a mydevorg
git clone https://github.com/trailheadapps/ebikes-lwc
cd ebikes-lwc
```
1. Clone this repository:
1. Authorize your Trailhead Playground or Developer org and provide it with an alias (**mydevorg** in the command below):
```
git clone https://github.com/trailheadapps/ebikes-lwc
cd ebikes-lwc
sfdx force:auth:web:login -s -a mydevorg
```
1. If you are setting up a Developer Edition: go to **Setup**, under **My Domain**, [register a My Domain](https://help.salesforce.com/articleView?id=domain_name_setup.htm&type=5).
Expand Down

0 comments on commit 07beb9a

Please sign in to comment.