Skip to content

Commit

Permalink
Minor Fix: Docs (#3328)
Browse files Browse the repository at this point in the history
* minor fix

* Empty commit for triggering Workflow

---------

Co-authored-by: JaiPannu-IITI <pannujai06iiti@gmail.com>
  • Loading branch information
JaiPannu-IITI and JaiPannu-IITI authored Mar 2, 2025
1 parent 557cbbe commit 4f56a53
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/docs/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,29 +291,29 @@ These steps are specific to Linux. You will need to modify them accordingly for
```
1. Build the docker devcontainer
```
devcontainer build --workspace-folder .
```
```
devcontainer build --workspace-folder .
```
1. When the build is complete, the last line of the output should be:
```
{"outcome":"success","imageName":"talawa-api"}
```
```
{"outcome":"success","imageName":"talawa-api"}
```
1. Start the docker devcontainer
```
devcontainer up --workspace-folder .
```
```
devcontainer up --workspace-folder .
```
1. When the container installation is complete, the last lines of output should look like this:
```
...
...
{"outcome":"success","containerId":"81306766f2aeeb851c8ebb844702d39ad2adc09419508b736ef2ee5a03eb8e34","composeProjectName":"talawa","remoteUser":"talawa","remoteWorkspaceFolder":"/home/talawa/api"}
```
```
...
...
{"outcome":"success", "containerId":"81306766f2aeeb851c8ebb844702d39ad2adc09419508b736ef2ee5a03eb8e34", "composeProjectName":"talawa","remoteUser":"talawa","remoteWorkspaceFolder":"/home/talawa/api"}
```
All done!
Expand Down

0 comments on commit 4f56a53

Please sign in to comment.