Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uenoB committed Nov 9, 2024
1 parent 144846d commit 99bcf59
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,44 @@ To install the SML# compiler, run the following commands.

Debian sid:
```
wget -P /usr/share/keyrings https://smlsharp.github.io/repos/debian/dists/sid/smlsharp-archive-keyring.gpg
wget -P /etc/apt/sources.list.d https://smlsharp.github.io/repos/debian/dists/sid/smlsharp.list
wget -P /etc/apt/keyrings https://smlsharp.github.io/repos/debian/dists/sid/smlsharp-archive-keyring.gpg
wget -P /etc/apt/sources.list.d https://smlsharp.github.io/repos/debian/dists/sid/smlsharp.sources
apt update
apt install smlsharp
```

Debian 10 (buster):
Debian 12 (bookworm):
```
wget -P /usr/share/keyrings https://smlsharp.github.io/repos/debian/dists/buster/smlsharp-archive-keyring.gpg
wget -P /etc/apt/sources.list.d https://smlsharp.github.io/repos/debian/dists/buster/smlsharp.list
wget -P /etc/apt/keyrings https://smlsharp.github.io/repos/debian/dists/bookworm/smlsharp-archive-keyring.gpg
wget -P /etc/apt/sources.list.d https://smlsharp.github.io/repos/debian/dists/bookworm/smlsharp.sources
apt update
apt install smlsharp
```

Fedora Rawhide:
Debian 11 (bullseye):
```
rpm -i https://smlsharp.github.io/repos/fedora/smlsharp-release-rawhide-31-1.noarch.rpm
dnf install smlsharp smlsharp-smlformat smlsharp-smllex smlsharp-smlyacc
wget -P /usr/share/keyrings https://smlsharp.github.io/repos/debian/dists/bullseye/smlsharp-archive-keyring.gpg
wget -P /etc/apt/sources.list.d https://smlsharp.github.io/repos/debian/dists/bullseye/smlsharp.list
apt update
apt install smlsharp
```

Fedora:
Fedora Rawhide:
```
rpm -i https://smlsharp.github.io/repos/fedora/smlsharp-release-fedora-31-1.noarch.rpm
rpm -i https://smlsharp.github.io/repos/fedora/smlsharp-release-fedora-41-1.noarch.rpm
dnf install smlsharp smlsharp-smlformat smlsharp-smllex smlsharp-smlyacc
```

CentOS 8:
AlmaLinux 9:
```
rpm -i https://smlsharp.github.io/repos/centos/smlsharp-release-centos-8-1.noarch.rpm
rpm -i https://smlsharp.github.io/repos/almalinux/smlsharp-release-almalinux-8-1.noarch.rpm
dnf install smlsharp smlsharp-smlformat smlsharp-smllex smlsharp-smlyacc
```

CentOS 7:
AlmaLinux 8:
```
yum install epel-release
rpm -i https://smlsharp.github.io/repos/centos/smlsharp-release-centos-7-1.noarch.rpm
yum install smlsharp smlsharp-smlformat smlsharp-smllex smlsharp-smlyacc
rpm -i https://smlsharp.github.io/repos/almalinux/smlsharp-release-almalinux-8-1.noarch.rpm
dnf install smlsharp smlsharp-smlformat smlsharp-smllex smlsharp-smlyacc
```

During installation, you would be asked several times to confirm the
Expand Down

0 comments on commit 99bcf59

Please sign in to comment.