# Additional info in README.md 1. **Configuration, point 3**: (Instruction for WSL 2) - [Donwload Docker, Ubuntu 20.04](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04-ru) - follow instruction - [Problems with start docker](https://github.com/MicrosoftDocs/WSL/issues/457) - run command `sudo /etc/init.d/docker start` - [WSL Linux file system from Windows](https://stackoverflow.com/questions/41513597/how-do-i-access-the-wsl-linux-file-system-from-windows): run command `explorer.exe .` 2. **Configuration, point 5**: - [Solve problem](https://stackoverflow.com/questions/5301997/error-you-must-install-at-least-one-postgresql-client-version-package) "*You must install at least one postgresql-client-<version> package*": run command `sudo apt-get install postgresql-client` 3. **Pubmed** - [Download JDK 8+](https://stackoverflow.com/questions/63866813/what-is-the-proper-way-of-using-jdk-on-wsl2-on-windows-10) 4. **Optional: Semantic Scholar** - **Error** in *Linux & Mac OS code* - wrong way to file pubtrend-dev.jar: ``` ... java -cp build/libs/pubtrends-dev.jar org.jetbrains.bio.pubtrends.ss.SemanticScholarLoader --fillDatabase $(pwd)/$file ... ```
Additional info in README.md
sudo /etc/init.d/docker startexplorer.exe .sudo apt-get install postgresql-client