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
Currently, user use ./auto/install.sh to install our program, which looks not so good, we want user use make install to install xcShell and necessary config.
AC
Given: User already compile our xcShell using make
When: User run make install
Then: Should install xcShell to correct place, like /usr/local/bin, and write default config file to /etc if it's not exist.
The text was updated successfully, but these errors were encountered:
Epic
CFR
Description
Currently, user use
./auto/install.sh
to install our program, which looks not so good, we want user usemake install
to install xcShell and necessary config.AC
Given: User already compile our xcShell using
make
When: User run
make install
Then: Should install xcShell to correct place, like
/usr/local/bin
, and write default config file to/etc
if it's not exist.The text was updated successfully, but these errors were encountered: