From 4ba1372e287b962dcd2aa67607e0958b23ed7323 Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Tue, 22 Dec 2020 19:49:32 +0530 Subject: [PATCH 1/5] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34dcf6e..a8b632e 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,10 @@ Start the hotspot service on startup (using your saved configuration) with: ### Tested with Ubuntu from 16.04 to 20.04. If any issue is found, file an issue on github. ## Contributing -This project is still new. So you can simply open an issue and send a PR. Also there are some existing issues. Pick one and start contributing. +Please read https://github.com/lakinduakash/linux-wifi-hotspot/blob/master/CONTRIBUTING.md + +[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors) + ## License FreeBSD From a9df32904fb7079a796cfc2f19918b5dbb7be18c Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Tue, 22 Dec 2020 20:01:14 +0530 Subject: [PATCH 2/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8b632e..90fd4f3 100644 --- a/README.md +++ b/README.md @@ -112,9 +112,9 @@ Start the hotspot service on startup (using your saved configuration) with: ### Tested with Ubuntu from 16.04 to 20.04. If any issue is found, file an issue on github. ## Contributing -Please read https://github.com/lakinduakash/linux-wifi-hotspot/blob/master/CONTRIBUTING.md -[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors) +If you found a bug or you have an idea about improving this make an issue. Even a small contribution make open source world more beautiful. +Please read [CONTRIBUTING.md](CONTRIBUTING.md) for more info. ## License From f4104874a71342e13ab959d40cf60547f5851801 Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Tue, 22 Dec 2020 20:07:55 +0530 Subject: [PATCH 3/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 90fd4f3..5b3d072 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ ### [Command line help and documentation](src/scripts/README.md) +If you only need the command line without GUI please read [Command line help and documentation](src/scripts/README.md) and use `create_ap` directly + ### Notes Sometimes there are troubles with **5Ghz bands** due to some vendor restrictions. If you cannot start hotspot while you are connected to 5Ghz band, Unselect **Auto** and select **2.4Ghz** in frequency selection. From 1cd0ad8a84d599a62028544e1e3e680a8eadf05f Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Tue, 22 Dec 2020 20:08:48 +0530 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b3d072..0a0ce36 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ ### [Command line help and documentation](src/scripts/README.md) -If you only need the command line without GUI please read [Command line help and documentation](src/scripts/README.md) and use `create_ap` directly +If you only need the command line without GUI please read [Command line help and documentation](src/scripts/README.md) and use `create_ap` directly. ### Notes From 1b83e881d8a1e7b68357e5b626ce7a17ed51c7e3 Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Tue, 22 Dec 2020 20:09:50 +0530 Subject: [PATCH 5/5] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 0a0ce36..a568ea4 100644 --- a/README.md +++ b/README.md @@ -81,9 +81,6 @@ sudo apt install -y libgtk-3-dev build-essential gcc g++ pkg-config make hostapd ## Installation -**Note: If you have installed the previous version of this project make sure to uninstall it by checking out the previous version (v2.1.1 or below). -Also you can use `sudo make clean-old` without checking out the previous version. After that install the binaries. Otherwise your system might leave orphaned binaries and files.** - git clone https://github.com/lakinduakash/linux-wifi-hotspot cd linux-wifi-hotspot