docs: update directory name in r-docker-dev

This commit is contained in:
Pradumna Saraf 2024-04-26 20:10:09 +05:30
parent e0db0afca3
commit 88572a4e5a
No known key found for this signature in database
GPG Key ID: 5094340D04B30FDF
1 changed files with 4 additions and 4 deletions

View File

@ -25,11 +25,11 @@ Clone the sample application to use with this guide. Open a terminal, change dir
$ git clone https://github.com/mfranzon/r-docker-dev.git $ git clone https://github.com/mfranzon/r-docker-dev.git
``` ```
You should now have the following contents in your `r-docker` You should now have the following contents in your `r-docker-dev`
directory. directory.
```text ```text
├── r-docker/ ├── r-docker-dev/
│ ├── src/ │ ├── src/
│ │ └── app.R │ │ └── app.R
│ ├── src_db/ │ ├── src_db/
@ -46,7 +46,7 @@ To learn more about the files in the repository, see the following:
## Run the application ## Run the application
Inside the `r-docker` directory, run the following command in a Inside the `r-docker-dev` directory, run the following command in a
terminal. terminal.
```console ```console
@ -60,7 +60,7 @@ In the terminal, press `ctrl`+`c` to stop the application.
### Run the application in the background ### Run the application in the background
You can run the application detached from the terminal by adding the `-d` You can run the application detached from the terminal by adding the `-d`
option. Inside the `r-docker` directory, run the following command option. Inside the `r-docker-dev` directory, run the following command
in a terminal. in a terminal.
```console ```console