removed $ from README

This commit is contained in:
Andrew Strelsky 2023-05-02 17:59:23 -04:00
parent 57a7d100d4
commit 0de46bc339
No known key found for this signature in database
GPG Key ID: F33EB9033EFF4FDE

View File

@ -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
[security]: https://github.com/NationalSecurityAgency/ghidra/security/advisories