Rename application references from "Filter-View" to "FilterView"

- Updated project name from "Filter-View" to "FilterView" in build_and_run.md
- Corrected repository URLs and directory names to match the new naming convention.
This commit is contained in:
Eric Ratliff
2024-09-14 17:30:23 -05:00
parent d42126051c
commit f0bb793399
3 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
# Build and Run Instructions for Filter-View Application
# Build and Run Instructions for FilterView Application
This guide explains how to build and run the Filter-View with Adjustable Raised Cosine Filter application on different platforms: **Arch Linux**, **Ubuntu**, and **Windows**.
This guide explains how to build and run the FilterView with Adjustable Raised Cosine Filter application on different platforms: **Arch Linux**, **Ubuntu**, and **Windows**.
## Prerequisites
@@ -22,8 +22,8 @@ sudo pacman -S jdk17-openjdk maven git
## 2. Clone the Repository and Build
```bash
git clone https://github.com/eric-waveletsolutions/filter-view.git
cd filter-view
git clone https://github.com/eric-waveletsolutions/filterview.git
cd filterview
./mvnw clean install
```
@@ -55,8 +55,8 @@ sudo apt install openjdk-17-jdk maven git
### 2. Clone the Repository and Build
```bash
git clone https://github.com/eric-waveletsolutions/filter-view.git
cd filter-view
git clone https://github.com/eric-waveletsolutions/filterview.git
cd filterview
./mvnw clean install
```
@@ -89,8 +89,8 @@ firefox target/apidocs/index.html
Open the terminal (or Git Bash) and run:
```bash
git clone https://github.com/eric-waveletsolutions/filter-view.git
cd filter-view
git clone https://github.com/eric-waveletsolutions/filterview.git
cd filterview
mvnw.cmd clean install
```