Skip to content

Commit 9dd11f2

Browse files
committed
basic demo cust
1 parent 1e03837 commit 9dd11f2

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

docs/Sample-Basic-Demo.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,7 @@ To apply customizations, in a terminal window for your project:
9191
**2. Apply Customizations**
9292

9393
```bash
94-
# mac, linux (copies the code from the customizations directory)
95-
sh apply_customizations.sh
96-
97-
#windows
98-
./apply_customizations.ps1
94+
als add-cust
9995
```
10096
 
10197

@@ -225,11 +221,7 @@ To apply this iteration, in a terminal window for your project:
225221
**2. Apply Iteration**
226222

227223
```bash
228-
# mac, linux
229-
sh apply_iteration.sh
230-
231-
#windows
232-
./apply_iteration.ps1
224+
als add-cust
233225
```
234226
 
235227

0 commit comments

Comments
 (0)