docs: add a README
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
a759cc912f
commit
2ba34808ff
1 changed files with 20 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal 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/
|
||||
```
|
Loading…
Reference in a new issue