Skip to content

Commit

Permalink
SM-1399: Update the README for Windows on ARM instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonhurst committed Aug 7, 2024
1 parent b8a024f commit 939422f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,20 @@ are currently open as well as what it's like to work at Bitwarden.

## Getting Started

### Linux / Mac / Windows

```bash
cargo build
```

### Windows on ARM

To build, you will need the following in your PATH:

- [Python](https://www.python.org)
- [Clang](https://clang.llvm.org)
- We recommend installing this via [Visual Studio](https://learn.microsoft.com/en-us/cpp/build/clang-support-msbuild?view=msvc-170#install-1)

## Crates

The project is structured as a monorepo using cargo workspaces. Some of the more noteworthy crates
Expand Down

0 comments on commit 939422f

Please sign in to comment.