You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When decompressing a tarball, the full contents are placed in the current directory rather than a subdirectory. It is more common to decompress into a subdirectory to prevent accidental pollution of the current working directory. This is also more consistent with CKB archives. This was only tested on Linux, but may exist on the other types as well.
ckb-light-client:
username@dev2:~$ wget -q https://github.com/nervosnetwork/ckb-light-client/releases/download/v0.2.3/ckb-light-client_v0.2.3-username@dev2:~$ tar xzf ckb-light-client_v0.2.3-x86_64-linux.tar.gz
username@dev2:~$ ls -lh
-rwxr-xr-x 1 username username 30M May 4 02:23 ckb-light-client
-rw-rw-r-- 1 username username 12M May 4 02:23 ckb-light-client_v0.2.3-x86_64-linux.tar.gz
drwxr-xr-x 2 username username 4.0K May 4 02:09 config
When decompressing a tarball, the full contents are placed in the current directory rather than a subdirectory. It is more common to decompress into a subdirectory to prevent accidental pollution of the current working directory. This is also more consistent with CKB archives. This was only tested on Linux, but may exist on the other types as well.
ckb-light-client:
ckb:
The text was updated successfully, but these errors were encountered: