ZAZainuddeen Abdul Muizinzainmuiz.hashnode.dev·Jul 27, 2023 · 3 min readAdding a PATH variable in WindowsBefore we begin, Let's understand What PATH variables are and Why it is used! What are PATH variables and Why do we use them? For developers, The command line interface ( CLI ) has to be a weapon that we most often use. When you run commands in the C...00
ZAZainuddeen Abdul Muizinzainmuiz.hashnode.dev·Sep 18, 2021 · 2 min readHow to install 'make' on Windows MachineMake or 'make' is a Unix command line utility that is designed to start the execution of a script. Being a utility, it uses the 'make' command that is used to trigger/run series of commands commonly called as scripts. ( Similar to npm being a utilit...01Y