Skip to content

Commit c6662b6

Browse files
authored
Readme corrections (#5874)
Closes #4806
1 parent 16f617f commit c6662b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Getting Started
5050
The fastest way to get started using Slang in your own development is to use a pre-built binary package, available through GitHub [releases](https://github.com/shader-slang/slang/releases).
5151
Slang binaries are also included in the [Vulkan SDK](https://vulkan.lunarg.com/sdk/home) since version 1.3.296.0.
5252

53-
There are packages built for 32- and 64-bit Windows, as well as 64-bit Ubuntu.
53+
There are packages built for x86_64 and aarch64 Windows, Linux and macOS.
5454
Each binary release includes the command-line `slangc` compiler, a shared library for the compiler, and the `slang.h` header.
5555

5656
See the user-guide for info on using the `slangc` command-line tool: [Slang Command Line Usage](
@@ -145,7 +145,7 @@ Builds of the core Slang tools depend on the following projects, either automati
145145
* [`spirv-tools`](https://github.com/KhronosGroup/SPIRV-Tools) (Apache 2.0)
146146
* [`ankerl::unordered_dense::{map, set}`](https://github.com/martinus/unordered_dense) (MIT)
147147

148-
Slang releases may include [slang-llvm](https://github.com/shader-slang/slang-llvm) which includes [LLVM](https://github.com/llvm/llvm-project) under the license:
148+
Slang releases may include [LLVM](https://github.com/llvm/llvm-project) under the license:
149149

150150
* [`llvm`](https://llvm.org/docs/DeveloperPolicy.html#new-llvm-project-license-framework) (Apache 2.0 License with LLVM exceptions)
151151

0 commit comments

Comments
 (0)