generated from PoCInnovation/open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 💄 clean up links and add troubleshooting instruction
- Loading branch information
1 parent
86bbf6f
commit c189833
Showing
3 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,17 @@ As we connect a Raspberry Pi to Wi-Fi, it will intercept packets using the WireG | |
|
||
### Installation | ||
|
||
If you want to create a executable, simply run the following command: | ||
# Raspberry Pi | ||
|
||
Clone this repository | ||
|
||
``` | ||
git clone [email protected]:PoCInnovation/Virtual-No-Ads.git | ||
``` | ||
|
||
Follow the instructions within the raspi [directory](<https://github.com/PoCInnovation/Virtual-No-Ads/tree/main/raspi>) | ||
|
||
Then, if you want to create a executable, simply run the following command: | ||
|
||
``` | ||
cargo build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters