Problem in moving exercism in bin folder

Hi everybody. I am struggling to install the exercism, but I have problems. In the first step when I successfully move exercism to bin folder, but terminal shows “file not moved”. I see exercism file in bin folder, but I don’t know why terminal shows that message. ( I should mention that I creat exercism folder manually in downloads folder)
Thanks for your helping me.

Can you copy/paste exactly what you typed and exactly what the error is?

You can use a “blockquote” to make the output look reasonable by surrounding the text by three backticks (`).

```
$ mv a b
error: something something
```

Will render as:

$ mv a b
error: something something