revisions

This commit is contained in:
pls.153 2022-12-24 10:27:10 +01:00
parent 1870054f42
commit bd776bf6b3
6 changed files with 8 additions and 8 deletions

View file

@ -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).