Skip to content

Commit

Permalink
chore: add Installation section to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mst-mkt committed Jan 18, 2024
1 parent 88f4ee7 commit 5e355fc
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,27 @@ A theme for [web-greeter](https://github.com/JezerM/web-greeter) / [nody-greeter

## Installation

// TODO
1. Install packages and build

```sh
$ pnpm i --frozen-lockfile
$ pnpm build

```

2. Copy the `dist` directory to `/usr/share/web-greeter/themes/<theme-name>`

```sh
$ sudo cp -r ./dist /usr/share/web-greeter/themes/<theme-name>
```

3. Set the theme name in `/etc/lightdm/web-greeter.yml`

```diff_yml:/etc/lightdm/web-greeter.yml
greeter:
- theme: <other-theme-name>
+ theme: <theme-name>
```

## Development

Expand Down

0 comments on commit 5e355fc

Please sign in to comment.