Docs wrong?
Solved
Surfer
-
wrote on May 21, 2024, 8:49 PM last edited by
In the docs it says:
Put a directory (the /. below meand that the contents of build dir get copied into the root of surfer. Without it, a build directory will get created in the root of surfer).
surfer put build/. /
But I just copied and pasted the command and ran it and I see a build directory in the root.
-
wrote on May 21, 2024, 9:06 PM last edited by Recliner2042 May 21, 2024, 9:07 PM
-
Thanks for pointing that out, I have fixed up the docs now.
For the cli help, did you mean the
/app/data/*
->/*
? If so that is also fixed but pending a cli release.wrote on May 22, 2024, 4:34 PM last edited by@nebulon said in Docs wrong?:
For the cli help, did you mean the
/app/data/*
->/*
? If so that is also fixed but pending a cli release.Yes, I was referring to the 4th example:
surfer put dir/* / # puts dir/* as /app/data/*
-