Skip to content

Commit

Permalink
removed $ from README
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Strelsky committed May 2, 2023
1 parent 57a7d10 commit 0de46bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/`.

Expand All @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 0de46bc

Please sign in to comment.