This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
25ecc3c
commit 0a68ad5
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,15 +18,15 @@ This project contains the sample custom objects and custom tab for the Trailhead | |
### Set Up the Salesforce DX Project | ||
Our first goal is to set up a developer project which we'll use to modify our application. It starts by cloning the repository. Use the command ... | ||
``` | ||
git clone https://github.com/developerforce/sfdx-package-profiles-to-permsets | ||
git clone https://github.com/developerforce/PermSetUnlockedPackage | ||
``` | ||
… or ... | ||
``` | ||
git clone [email protected]:developerforce/sfdx-package-profiles-to-permsets | ||
git clone [email protected]:developerforce/PermSetUnlockedPackage | ||
``` | ||
… to clone the repository. Then, open the directory. | ||
``` | ||
cd sfdx-package-profiles-to-permsets | ||
cd PermSetUnlockedPackage | ||
``` | ||
### Authorize Dev Hub in your Trailhead Playground | ||
Log into your Dev Hub org. | ||
|