From 0075a38971fb8a7161eab22900840a0114817635 Mon Sep 17 00:00:00 2001 From: djonker Date: Sat, 11 Mar 2023 03:17:25 +0100 Subject: [PATCH] readmetest --- Readme.md | 77 ++++++++++--------------------------------------------- 1 file changed, 14 insertions(+), 63 deletions(-) diff --git a/Readme.md b/Readme.md index 1bc3a1c..c4dcb84 100644 --- a/Readme.md +++ b/Readme.md @@ -17,86 +17,37 @@ We can only use **SIGUSR1** and **SIGUSR2** and we can use the kill function to --- ## Bugs *none* +~~pid would return 0 when run in background~~ + +--- +## Usage +1. Simply clone or download the repository +2. Run `make` in the cloned directory +3. Start the server with `./server` in the cloned directory +4. Open a second terminal in the same directory and run `./client [PID from server] ["Message in quotes"]` --- ## Tester - add valgrind to tester - check for -Wall -Werror -Wextra +#### Usage +1. Download test.sh into your own minitalk directory +2. Make the file executable `chmod +x test.sh` +3. Run `./test.sh` to start the test + --- [This project is part of the studies at 42](https://42.fr/en/homepage/) -### Image - ![alt text](https://www.markdownguide.org/assets/images/tux.png) - -### Table - | Syntax | Description | | ----------- | ----------- | | Header | Title | | Paragraph | Text | -### Fenced Code Block - -``` -{ - "firstName": "John", - "lastName": "Smith", - "age": 25 -} ``` -### Footnote - -Here's a sentence with a footnote. [^1] - -[^1]: This is the footnote. - -### Heading ID - -### My Great Heading {#custom-id} - -### Definition List - -term -: definition - -### Strikethrough - -~~The world is flat.~~ - -### Task List - -- [x] Write the press release -- [ ] Update the website -- [ ] Contact the media - -### Emoji - -That is so funny! :joy: - -(See also [Copying and Pasting Emoji](https://www.markdownguide.org/extended-syntax/#copying-and-pasting-emoji)) - -### Highlight - -I need to highlight these ==very important words==. - -### Subscript - -H~2~O - -### Superscript - -X^2^ +``` > blockquote -## Bugs -1. First item -2. Second item -3. Third item -- First item -- Second item -- Third item -`code`