Update Readme
This commit is contained in:
parent
f569c4afa9
commit
e131934356
1 changed files with 23 additions and 1 deletions
24
README.md
24
README.md
|
@ -1,8 +1,30 @@
|
||||||
# Init projects!
|
# Init projects!
|
||||||
|
|
||||||
|
## C
|
||||||
|
|
||||||
|
Copy and paste [`c/`](./c/) directory, and you should be good to go!
|
||||||
|
|
||||||
|
- Remember to change executable's name in the [`Makefile`](./c/Makefile).
|
||||||
|
- **Run `make` to compile the program.**
|
||||||
|
- **Run `make dev` to compile the program in debug mode.**
|
||||||
|
- **Run `make clean` to clean artifacts.**
|
||||||
|
|
||||||
|
> Note that in headers, the syntax is `PROJETNAME_FILENAME_H`
|
||||||
|
|
||||||
|
## C++
|
||||||
|
|
||||||
|
Copy and paste [`cpp/`](./cpp/) directory, and you should be good to go!
|
||||||
|
|
||||||
|
- Remember to change executable's name in the [`Makefile`](./cpp/Makefile).
|
||||||
|
- **Run `make` to compile the program.**
|
||||||
|
- **Run `make dev` to compile the program in debug mode.**
|
||||||
|
- **Run `make clean` to clean artifacts.**
|
||||||
|
|
||||||
|
> Note that in headers, the syntax is `PROJETNAME_FILENAME_HPP`
|
||||||
|
|
||||||
## Typescript
|
## Typescript
|
||||||
|
|
||||||
Copy and paste [`typescript/`](./typescript/) directory and you should be good to go!
|
Copy and paste [`typescript/`](./typescript/) directory, and you should be good to go!
|
||||||
|
|
||||||
- Remember to change values in the [`package.json`](./typescript/package.json).
|
- Remember to change values in the [`package.json`](./typescript/package.json).
|
||||||
- Then, to install all the dependencies, run `npm install`.
|
- Then, to install all the dependencies, run `npm install`.
|
||||||
|
|
Loading…
Reference in a new issue