Skip to content

Commit 4f56a53

Browse files
Minor Fix: Docs (PalisadoesFoundation#3328)
* minor fix * Empty commit for triggering Workflow --------- Co-authored-by: JaiPannu-IITI <[email protected]>
1 parent 557cbbe commit 4f56a53

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/docs/docs/getting-started/installation.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -291,29 +291,29 @@ These steps are specific to Linux. You will need to modify them accordingly for
291291
```
292292
1. Build the docker devcontainer
293293
294-
```
295-
devcontainer build --workspace-folder .
296-
```
294+
```
295+
devcontainer build --workspace-folder .
296+
```
297297
298298
1. When the build is complete, the last line of the output should be:
299299
300-
```
301-
{"outcome":"success","imageName":"talawa-api"}
302-
```
300+
```
301+
{"outcome":"success","imageName":"talawa-api"}
302+
```
303303
304304
1. Start the docker devcontainer
305305
306-
```
307-
devcontainer up --workspace-folder .
308-
```
306+
```
307+
devcontainer up --workspace-folder .
308+
```
309309
310310
1. When the container installation is complete, the last lines of output should look like this:
311311
312-
```
313-
...
314-
...
315-
{"outcome":"success","containerId":"81306766f2aeeb851c8ebb844702d39ad2adc09419508b736ef2ee5a03eb8e34","composeProjectName":"talawa","remoteUser":"talawa","remoteWorkspaceFolder":"/home/talawa/api"}
316-
```
312+
```
313+
...
314+
...
315+
{"outcome":"success", "containerId":"81306766f2aeeb851c8ebb844702d39ad2adc09419508b736ef2ee5a03eb8e34", "composeProjectName":"talawa","remoteUser":"talawa","remoteWorkspaceFolder":"/home/talawa/api"}
316+
```
317317
318318
All done!
319319

0 commit comments

Comments
 (0)