Skip to content

Commit

Permalink
new install files
Browse files Browse the repository at this point in the history
  • Loading branch information
SargisYonan committed Jul 21, 2024
1 parent bc8dd2f commit f74ab34
Showing 1 changed file with 45 additions and 6 deletions.
51 changes: 45 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,56 @@ Amedia offers the same look and feel as Sapna, but with rounder edges.
### More to come

## Installation
To install the Nohadra Syriac Font on your system, follow the instructions for your operating system below.

First begin by downloading or cloning this repository.

### macOS Instructions

## macOS Instructions
To install the Nohadra Syriac Fonts onto your system, follow these steps:

1. Download or clone this repository
3. Run the `install.command` script
1. Open Terminal
2. Navigate to the directory containing `install_mac.command`:
```sh
cd path/to/NohadraSyriacFonts
```
3. Make the script executable (if it isn't already):
```sh
chmod +x install_mac.command
```
4. Run the script:
```sh
./install_mac.command
```

The script will copy the font files to the appropriate directory and refresh the font cache.

### Windows
1. Open PowerShell with administrative privileges.
2. Navigate to the directory containing install_fonts.ps1:
```powershell
cd path/to/NohadraSyriacFonts
```
3. Run the script:
```powershell
./install_windows.ps1
```

The `install.command` script will automatically copy the font files to your system's fonts directory.
### Linux/Unix
1. Open Terminal
2. Navigate to the directory containing `install_linux.sh`:
```sh
cd path/to/NohadraSyriacFonts
```
3. Make the script executable (if it isn't already):
```sh
chmod +x install_linux.sh
```
4. Run the script:
```sh
./install_linux.sh
```

## Other OSes
Copy the `.otf` fonts in the `fonts/` directory into your system fonts location.

## Contributing

Expand Down

0 comments on commit f74ab34

Please sign in to comment.