On Fri, Feb 20 2015, Diogo F. S. Ramos wrote: > The following files and line references > > ./README:54 > ./INSTALL:61 > ./doc/install.texi:87 > ./README.elpa:47 > > have the following command > > curl http://3e8.org/pub/chicken-doc/chicken-doc-repo.tgz | sudo tar zx > > Is it necessary to call `tar' with `sudo'?
Dan will correct me if i'm wrong, but it is necessary in system installs: that command is run in Chicken's home directory, which will be inside /usr/ when Chicken has been installed using a distribution package (for instance, in my debian sid it's /usr/share/chicken).
