Update Migration Notes authored by Larry Granroth's avatar Larry Granroth
...@@ -41,7 +41,7 @@ Be sure to answer "n" to any conflicts. The general case is that you will have ...@@ -41,7 +41,7 @@ Be sure to answer "n" to any conflicts. The general case is that you will have
```bash ```bash
cd ~ cd ~
mv somedirectory somedirectory.Linux mv somedirectory ~/Old/Linux/
mv Old/somedirectory . mv Old/somedirectory .
``` ```
... ...
......