cd 'no such file or directory'

I am trying to install cryoSPARC in my computer. At the "<install_path>" stage of the guide I follow (see image below) I entered the command:

cd /home/cryosparcuser/cryosparc

but it returned:

-bash: cd: /home/cryosparcuser/cryosparcuser/cryosparc: No such file or directory.

I don't quite know where the problem is.

Here is the relevant part of the guide I follow:

'install_path' stage


That step in the installation guide is telling you to change directory (cd) to the directory where you want to install cryoSPARC. The subsequent steps in the guide have you download and extract the files for cryoSPARC, which will occur in your present directory when you run them. So, if you aren't positive on where this should be, you can create a directory for this in your home directory (~):

  1. Change directory to your home directory:

    cd ~
    
  2. Create cryosparc directory:

    mkdir cryosparc
    
  3. Change directory to the new install location:

    cd cryosparc
    

From here you can proceed with the installation per the guide (I am assuming you are using this page: https://guide.cryosparc.com/setup-configuration-and-management/how-to-download-install-and-configure/downloading-and-installing-cryosparc)