Skip to content

Commit 36f0c6a

Browse files
authored
Update README.md
1 parent cd15fbe commit 36f0c6a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,13 @@ a) create a scratch org with a "streaming" alias:
3636
sfdx force:org:create -s -f config/project-scratch-def.json -a streaming
3737
```
3838

39-
b) install Server Action Service dependency:
40-
41-
```sh
42-
sfdx force:package:install --package 04t1t0000038r2q -w 10 -u streaming
43-
```
44-
45-
c) push sources to the scratch org:
39+
b) push sources to the scratch org:
4640

4741
```sh
4842
sfdx force:source:push -u streaming
4943
```
5044

51-
d) assign permission set to the default user:
45+
c) assign permission set to the default user:
5246

5347
```sh
5448
sfdx force:user:permset:assign -n Streaming_Monitor -u streaming

0 commit comments

Comments
 (0)