Skip to content

Commit 8b8373b

Browse files
committed
2 parents d7e6f1a + e009c56 commit 8b8373b

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,47 +12,47 @@ can also being used as service in Linux.
1212
Install the following packages in the terminal
1313

1414
```bash
15-
$ wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb
16-
$ sudo dpkg -i packages-microsoft-prod.deb
17-
$ sudo apt update
18-
$ sudo apt install apt-transport-https
19-
$ sudo apt install dotnet-runtime-3.1
20-
$ sudo apt install screen
15+
wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb
16+
sudo dpkg -i packages-microsoft-prod.deb
17+
sudo apt update
18+
sudo apt install apt-transport-https
19+
sudo apt install dotnet-runtime-3.1
20+
sudo apt install screen
2121
```
2222

2323
## Installation of the application itself
24-
Move the Proxy_Changer directory to /opt/Proxy_Changer/.
24+
Move the DMN directory to /opt/DMN/.
2525

2626
## Installation of the systemctl service
27-
Move the file LinuxProxyChanger.service to the Systemd directory.
27+
Move the file DMN.service to the Systemd directory.
2828

2929
activate the autostart with the following command
3030

3131
```bash
32-
systemctl enable LinuxProxyChanger
32+
systemctl enable DMN
3333
```
3434

3535
## Usage
3636

3737
Start programme manually
3838
```bash
39-
systemctl start LinuxProxyChanger
39+
systemctl start DMN
4040
```
4141

4242
Stop programme manually
4343
```bash
44-
systemctl stop LinuxProxyChanger
44+
systemctl stop DMN
4545
```
4646

4747
Check programme status
4848
```bash
49-
systemctl status LinuxProxyChanger
49+
systemctl status DMN
5050
```
5151

5252
You can call up the console of the program with the following command
5353

5454
```bash
55-
screen -r LinuxProxyChanger
55+
sudo screen -r DiscordModNotifiyer
5656
```
5757
## Contributing
5858
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

0 commit comments

Comments
 (0)