docs: add a README

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius 2024-09-05 16:59:51 +02:00
parent a759cc912f
commit 2ba34808ff

20
README.md Normal file
View file

@ -0,0 +1,20 @@
# `wifisetup`
An Android application to setup WPA2 Enterprise profiles automatically.
## Nix
### Build the application (failing for now):
```console
$ cd nix && nix-build -A builtWithGradle
```
### Update the locks
```console
$ cd nix && nix-build -A updateLocks
$ cd ../android
$ ../nix/result/bin/update-locks
$ mv deps.json ../nix/
```