mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Fix typo in README
This commit is contained in:
parent
7fd0943745
commit
2aac2d1f68
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ nix build -f ./src --argstr arch aarch64 bootstrapZip
|
||||||
nix build -f ./src --argstr arch i686 bootstrapZip
|
nix build -f ./src --argstr arch i686 bootstrapZip
|
||||||
```
|
```
|
||||||
|
|
||||||
Put the zip file found `result` on some HTTP server
|
Put the zip file from `result` on some HTTP server
|
||||||
and specify the parent directory URL during the installation.
|
and specify the parent directory URL during the installation.
|
||||||
To re-trigger the installation, use
|
To re-trigger the installation, use
|
||||||
'clear data' on the Android app (after backing stuff up, obviously).
|
'clear data' on the Android app (after backing stuff up, obviously).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue