Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wyk9787 authored May 8, 2019
1 parent 2bc0cc6 commit 1c0a5d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ To adapt your pthread program to use G-Thread is simple:

1. Include the library `#include "libgthread.hh"`

2. Copy over your program into [src/](src/) directory and run `make`
2. Copy over your program into [src](src/) directory and run `make`

3. Inside `src/` directory, run `./gtest`
3. Inside `src` directory, run `./gtest`

[test.cc](example/test.cc) is an example program that illustrates the elimination of
race condition using G-Thread. Other examples can be found in
[example](example/) folder or you can easily adapt problematic programs in [pthread](pthread/) folder to use gthread by including `libgthread.hh`.
[example](example/) directory or you can easily adapt problematic programs in [pthread](pthread/) directory to use gthread by including `libgthread.hh`.

To run this test:

Expand Down

0 comments on commit 1c0a5d2

Please sign in to comment.