Skip to content

Commit

Permalink
docs(README): add language identifier to enable syntax highlighting (#…
Browse files Browse the repository at this point in the history
…14118)

[skip ci]
  • Loading branch information
apriil15 committed Jul 4, 2022
1 parent c5313c0 commit 131d75a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docker/README.md
Expand Up @@ -34,7 +34,7 @@ Copy or link `docker-compose.arm64.yml` to `docker-compose.override.yml` to use

In detached/background mode using `-d` (recommended)

```
```sh
docker-compose up -d
# Or start only one service
docker-compose up -d mysql
Expand All @@ -44,20 +44,20 @@ docker-compose logs -f mysql

In attached mode, the logs will be streamed in the terminal:

```
```sh
docker-compose up
# Or start only one service
docker-compose up mysql
```

### Stop

```
```sh
docker-compose down
```

### Delete all

```
```sh
docker-compose down -v --rmi all --remove-orphans
```
4 changes: 2 additions & 2 deletions packages/cli/README.md
Expand Up @@ -13,13 +13,13 @@ We recommend using [the latest Node.js LTS ("long-term support") release.](https

### npm

```
```sh
npm install prisma --save-dev
```

### Yarn

```
```sh
yarn add prisma --dev
```

Expand Down

0 comments on commit 131d75a

Please sign in to comment.