Fix a docker instruction.

pull/549/head
luokar 2016-01-29 19:54:43 +08:00
parent e059cca2be
commit cd01bce04a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
# /aria2/src/aria2c.exe. You can copy the binary using following # /aria2/src/aria2c.exe. You can copy the binary using following
# commands: # commands:
# #
# $ sudo id=$(docker create aria2-mingw) # $ id=$(sudo docker create aria2-mingw)
# $ sudo docker cp $id:/aria2/src/aria2c.exe <dest> # $ sudo docker cp $id:/aria2/src/aria2c.exe <dest>
# $ sudo docker rm -v $id # $ sudo docker rm -v $id