Skip to content

Commit dc70fd9

Browse files
committed
Change capitalization of amifuse to AmiFUSE
1 parent 1809582 commit dc70fd9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# amifuse
1+
# AmiFUSE
22

33
Mount Amiga filesystem images on macOS/Linux/Windows using native AmigaOS filesystem handlers via FUSE.
44

5-
amifuse runs actual Amiga filesystem drivers (like PFS3) through m68k CPU emulation, allowing you to read Amiga hard disk images without relying on reverse-engineered implementations.
5+
AmiFUSE runs actual Amiga filesystem drivers (like PFS3) through m68k CPU emulation, allowing you to read Amiga hard disk images without relying on reverse-engineered implementations.
66

7-
![amifuse](https://raw.githubusercontent.com/reinauer/amifuse/main/Docs/amifuse.png)
7+
![amifuse](https://raw.githubusercontent.com/reinauer/AmiFUSE/main/Docs/amifuse.png)
88

99
## Requirements
1010

@@ -19,8 +19,8 @@ amifuse runs actual Amiga filesystem drivers (like PFS3) through m68k CPU emulat
1919

2020
```bash
2121
# Clone the repository with submodules
22-
git clone --recursive https://github.com/reinauer/amifuse.git
23-
cd amifuse
22+
git clone --recursive https://github.com/reinauer/AmiFUSE.git
23+
cd AmiFUSE
2424

2525
# Or if already cloned, initialize submodules
2626
git submodule update --init
@@ -33,7 +33,7 @@ python3 -m venv .venv
3333
source .venv/bin/activate # On Windows: .venv\Scripts\activate
3434

3535
pip install -e './amitools[vamos]' # Install amitools from submodule (includes machine68k)
36-
pip install -e . # Install amifuse
36+
pip install -e . # Install AmiFUSE
3737
```
3838

3939
### Without virtual environment
@@ -69,7 +69,7 @@ sudo dnf install fuse fuse-devel
6969

7070
### Running from source (without installing)
7171

72-
To run amifuse directly from a local checkout (useful for development/debugging):
72+
To run AmiFUSE directly from a local checkout (useful for development/debugging):
7373

7474
```bash
7575
python3 -m amifuse mount disk.hdf

0 commit comments

Comments
 (0)