Skip to content

Commit 941bd94

Browse files
authored
fix indents
1 parent d855102 commit 941bd94

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/pages/client/install.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ service notifiarr start
6666
1. Download the signed `dmg` file from the [Releases](https://github.com/Notifiarr/notifiarr/releases) page.
6767
1. Mount it and copy *Notifiarr.app* to */Applications* then double-click it there.
6868
1. When you open it for the first time it will create a config file and log file:
69-
1. `~/.notifiarr/notifiarr.conf`
70-
1. `~/.notifiarr/Notifiarr.log`
69+
- `~/.notifiarr/notifiarr.conf`
70+
- `~/.notifiarr/Notifiarr.log`
7171
1. Use the menu bar icon to access the WebUI.
7272
1. Head on over to [After Install](afterInstall.md).
7373

@@ -78,9 +78,9 @@ Suggested location and structure based on experience with permissions.
7878

7979
### Desired Outcome
8080

81-
- `C:\ProgramData\notifiarr\notifiarr.amd64.exe` - The Application.
82-
- `C:\ProgramData\notifiarr\notifiarr.conf` - The config file. Just the add the API key.
83-
- `C:\ProgramData\notifiarr\logs` - Folder for log files.
81+
- `C:\ProgramData\notifiarr\notifiarr.amd64.exe` - The Application.
82+
- `C:\ProgramData\notifiarr\notifiarr.conf` - The config file. Just the add the API key.
83+
- `C:\ProgramData\notifiarr\logs` - Folder for log files.
8484

8585
### Create the folders
8686

@@ -96,8 +96,8 @@ Suggested location and structure based on experience with permissions.
9696
1. Download `notifiarr.amd64.exe.zip` from [the Releases page](https://github.com/Notifiarr/notifiarr/releases)
9797
1. Save it in `C:\ProgramData\notifiarr`
9898
1. Open the folder that was created from extracting and copy the `.exe` + example `.conf` files up one directory so it is located at:
99-
- `C:\ProgramData\notifiarr\notifiarr.amd64.exe`
100-
- `C:\ProgramData\notifiarr\notifiarr.conf.example`
99+
- `C:\ProgramData\notifiarr\notifiarr.amd64.exe`
100+
- `C:\ProgramData\notifiarr\notifiarr.conf.example`
101101
1. You can now delete the `.zip` file that was downloaded and the folder that was extracted
102102
1. Rename `notifiarr.conf.example` to `notifiarr.conf`
103103
1. Double-click `notifiarr.amd64.exe` to launch the client. The webui will be available at [http://127.0.0.1:5454](http://127.0.0.1:5454)
@@ -326,3 +326,4 @@ curl -sSL https://raw.githubusercontent.com/Notifiarr/notifiarr/main/userscripts
326326

327327
1. Type `systemctl --user restart nginx`
328328
1. Now you should be able to browse to `https://your-ultraseedbox-url/notifiarr`
329+

0 commit comments

Comments
 (0)