Skip to content

Commit 6483ccd

Browse files
committed
Update readme
1 parent aebb453 commit 6483ccd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,25 @@
99
## Installation
1010

1111
### From extensions.gnome.org
12+
1213
This can be installed from the GNOME extensions webpage:
1314

1415
https://extensions.gnome.org/extension/3061/vlan-switcher/
1516

1617
### From source code
1718

18-
```
19+
```bash
1920
cd ~/.local/share/gnome-shell/extensions/
2021
rm -r vlan-switcher@darcato.github.io
2122
git clone https://github.com/darcato/gnome-vlan-switcher vlan-switcher@darcato.github.io
2223
```
24+
2325
Now log out and log back in to reload the extensions.
2426

2527
## Usage
2628

2729
This will let you activate or deactivate existing VLAN connections, managed by the network manager. You first need to create the VLANs with your preferred tool, such as `nm-connection-editor`. The status of each connections is refreshed only when you open the popup menu.
2830

2931
## License
32+
3033
[GPLv3](http://www.gnu.org/licenses/gpl-3.0.en.html)

0 commit comments

Comments
 (0)