diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-07-21 11:22:03 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-07-21 11:22:03 +0200 |
| commit | b96b82194ccad2cddbb46b77aa1962a57c47ff44 (patch) | |
| tree | ce947d652426224fa2413e7e1a676169e7e72325 | |
| parent | d4aeabeac0a8bd1665b14aacf487df17198c1ab9 (diff) | |
| download | libft-scop.tar.gz libft-scop.tar.bz2 libft-scop.zip | |
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ -# libft [](https://travis-ci.com/HappyTramp/libft) +# libft [](https://travis-ci.com/cacharle/libft) libft is an extension/remake of the standard library. ## Getting Started ``` -git clone https://github.com/HappyTramp/libft libft +git clone https://github.com/cacharle/libft libft cd libft make all ``` @@ -34,4 +34,4 @@ Much like the `.gitignore` file, you can put the files/directory to ignore when ## School correction state -The state of this project when I turned it in for correction is [here](http://github.com/HappyTramp/libft/tree/raw). +The state of this project when I turned it in for correction is [here](http://github.com/cacharle/libft/tree/raw). |
