KShiMin / Nursey-Tic-Tac-Toe

MIT License
0 stars 0 forks source link

Update Git repo SOP #1

Closed Cyrof closed 2 weeks ago

Cyrof commented 3 weeks ago

Updated SOP + New Features

Things to add to readme

Cyrof commented 2 weeks ago

Auto Compiler

Added in 071919c09e074e9118d8cf6979d93a5b3f1b99c6

Simple usage guide

To show help menu run:

bash compile.sh -h 

Note The -o flag is optional. It will take the name of the file and use it to make the output if the -f flag is called. If -F flag is called instead, the output file will be the name of the first file the script will read from the folder.

To compile single C file:

bash compile.sh -f <path_to_file>

To compile folder containing C files:

bash compile.sh -F <path_to_folder>
Cyrof commented 2 weeks ago

Wrote Proper README file

Added best practices and SOP for this repository as well as basic user guide for auto compiler script. This is done in 3794229.