Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 975 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 975 Bytes
The code provided as part of this repository is ONLY for learning purposes!

Code Listings for "C-Ninja, in Pyjama!"

This repository contains code listings cited as examples from the book "C Ninja, in Pyjama!".

Setup

Docker

  • Get and install Docker for your Operating system: Docker.
  • Execute the following to run the setup after Docker is installed and actively running on your local machine.
bash setup.sh

Setup VScode

  • Download and Install Vscode.
  • Launch VScode, open the terminal, and install the extensions -
code --install-extension ms-vscode-remote.remote-containers
code --install-extension ms-vscode-remote.remote-ssh
code --install-extension ms-vscode-remote.remote-ssh-edit
code --install-extension ms-vscode.remote-explorer
  • Restart VSCode and from the Remote explorer connect to the container.

Copyright

Copyright © 2023 inpyjama.com. All Rights Reserved.