Skip to content

Commit

Permalink
Merge pull request #43 from linkwarden/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
daniel31x13 authored Sep 23, 2024
2 parents 53db975 + 4a51981 commit 4bb6e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/self-hosting/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $ git clone https://github.com/linkwarden/linkwarden.git

```bash
$ cd linkwarden
$ cp .env.example .env
$ cp .env.sample .env
$ nano .env
```

Expand Down Expand Up @@ -101,7 +101,7 @@ $ npx playwright install --with-deps chromium

```bash
$ cd linkwarden
$ cp .env.example .env
$ cp .env.sample .env
$ nano .env
```

Expand Down

0 comments on commit 4bb6e34

Please sign in to comment.