Skip to content
Snippets Groups Projects
Commit 45a03850 authored by Lukas Ostermann's avatar Lukas Ostermann
Browse files

change README

parent d41cac77
No related branches found
No related tags found
No related merge requests found
## Typescript Boilerplate
### Steps to follow:
1. Clone the repository to your local machine using:
``` git clone <repository-url> ```
2. Use the respective files to code your solutions:
<br> ```/src/logappend.ts```
<br> ```/src/logread.ts```
3. If external dependencies are required to run your solution, add them using npm (package.json).
4. **Do not** make any changes to makefile or rename the src files.
5. To check your program, run *make* command in a terminal/command prompt inside the directory.
6. Follow it by running your input commands For eg.
```./logappend -T 1 -K RTMLEINZ -E JOHN -A ABCDEF```
## Typescript Boilerplate
### Cloning the Repository
To begin your coding tasks, clone the repository onto your local machine using the following command:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment