mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
revisions
This commit is contained in:
parent
1870054f42
commit
bd776bf6b3
6 changed files with 8 additions and 8 deletions
|
|
@ -114,7 +114,7 @@ You may also upload a zip file, which can then be unzipped using:
|
|||
```
|
||||
(unzip "uploads/all.zip" "examples/") ; android
|
||||
|
||||
(unzip "uploads/all.zip" "../Documents/examples/") ; iOS
|
||||
(unzip "uploads/all.zip" "../Documents/examples/") ; iOS (or use softlink "doc/")
|
||||
```
|
||||
|
||||
### Download
|
||||
|
|
@ -123,7 +123,7 @@ First create a `*.zip` file like so:
|
|||
```
|
||||
(zip "all.zip" "examples/") ; android
|
||||
|
||||
(zip "all.zip" "../Documents/examples/") ; iOS
|
||||
(zip "all.zip" "../Documents/examples/") ; iOS (or use softlink "doc/")
|
||||
```
|
||||
Note that the zip file will not contain the passed directory name (this is how
|
||||
the zip library from Quicklisp is implemented).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue