From c7893dc5f1c458e427a6c199ffaa88dfcef1192c Mon Sep 17 00:00:00 2001 From: "Zhang, Dabao" Date: Fri, 20 May 2022 23:53:16 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e8b11f..c66ff89 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ ## Getting started -First you should clone the directory to your path in server and add the path you installed the software to enable directly running the command without specifying a particular path. +First you should clone the directory to the path in your server and add the path where you install the software to enable directly running the command without specifying a particular path. ```bash git clone https://github.itap.purdue.edu/jiang548/SIGNET.git cd SIGNET export PATH=/path/to/signet:$PATH ``` -where */path/to/signet* should be replaced with your path to *SIGNET*. +where `/path/to/signet` should be replaced with your path to **SIGNET**. ## Requirement