From 113e6c8229c6b2275522f534fcc15913499a621c Mon Sep 17 00:00:00 2001 From: Latysheva Alexandra <35174583+alexelex@users.noreply.github.com> Date: Fri, 30 Oct 2020 19:07:40 +0600 Subject: [PATCH] update readme --- oss-internship-2020/libtiff/README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/oss-internship-2020/libtiff/README.md b/oss-internship-2020/libtiff/README.md index 84b78ca..09aca5f 100644 --- a/oss-internship-2020/libtiff/README.md +++ b/oss-internship-2020/libtiff/README.md @@ -1,10 +1,10 @@ -# sapi-libtiff +# Sandboxed LibTIFF Copyright 2020 Google LLC. ## Start use You should make sure the libtiff submodule is cloned. -`git clone --recursive https://github.com/alexelex/sapi-libtiff` +`git clone --recursive https://github.com/google/sandboxed-api` ## Usage @@ -16,9 +16,13 @@ make -j8 ``` #### Example: -You should add `-DTIFF_SAPI_ENABLE_EXAMPLES=ON` to use the example.\ -run: `./example/sandboxed /absolute/path/to/project/dir` +You should add `-DTIFF_SAPI_ENABLE_EXAMPLES=ON` to use the example and run: +``` +./example/sandboxed /absolute/path/to/input/image.tiff +``` #### Tests: -You should add `-DTIFF_SAPI_ENABLE_TESTS=ON` to use tests.\ -run: `./test/tests` +You should add `-DTIFF_SAPI_ENABLE_TESTS=ON` to use tests and run: +``` +./test/tests +```