From 0de46bc3391a1a6d45048aed77eaa92ea44b35cf Mon Sep 17 00:00:00 2001 From: Andrew Strelsky Date: Tue, 2 May 2023 17:59:23 -0400 Subject: [PATCH] removed $ from README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a85fa2e273..de0cfaec0c 100644 --- a/README.md +++ b/README.md @@ -55,20 +55,20 @@ To create the latest development build for your platform from this source reposi ##### Download and extract the source: [Download from GitHub][master] ``` -$ unzip ghidra-master -$ cd ghidra-master +unzip ghidra-master +cd ghidra-master ``` **NOTE:** Instead of downloading the compressed source, you may instead want to clone the GitHub repository: `git clone https://github.com/NationalSecurityAgency/ghidra.git` ##### Download additional build dependencies into source repository: ``` -$ gradle -I gradle/support/fetchDependencies.gradle init +gradle -I gradle/support/fetchDependencies.gradle init ``` ##### Create development build: ``` -$ gradle buildGhidra +gradle buildGhidra ``` The compressed development build will be located at `build/dist/`. @@ -93,7 +93,7 @@ development process has been highly customized for. ##### Prepare the development environment: ``` -$ gradle prepdev eclipse buildNatives +gradle prepdev eclipse buildNatives ``` ##### Import Ghidra projects into Eclipse: @@ -126,4 +126,4 @@ source project. [vcbuildtools]: https://visualstudio.microsoft.com/visual-cpp-build-tools/ [eclipse]: https://www.eclipse.org/downloads/packages/ [master]: https://github.com/NationalSecurityAgency/ghidra/archive/refs/heads/master.zip -[security]: https://github.com/NationalSecurityAgency/ghidra/security/advisories \ No newline at end of file +[security]: https://github.com/NationalSecurityAgency/ghidra/security/advisories