Updating README.md

This commit is contained in:
Alex Yatskov 2017-09-29 17:04:08 -07:00
parent 5286c92d47
commit ccd39da921

View File

@ -66,7 +66,7 @@ Let's say we want to create a script to download the latest Debian package of [A
5. Now let's create a simple download and install script: 5. Now let's create a simple download and install script:
``` ```bash
#!/bin/sh #!/bin/sh
rm -rf /tmp/anki rm -rf /tmp/anki
mkdir /tmp/anki mkdir /tmp/anki