Skip to content

Commit

Permalink
replacing the user part with <user> in paths
Browse files Browse the repository at this point in the history
  • Loading branch information
OB0NE authored Sep 26, 2024
1 parent 6c30b5b commit bf3e1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/building/rnote-windows-arm64-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ pacman -S mingw-w64-clang-aarch64-rust

### Configuration

Add the following line to the end of the `C:\msys64\home\ZhouZhiwu\.bashrc` file to add the Rust binary directory to MSYS2's `PATH`:
Add the following line to the end of the `C:\msys64\home\<user>\.bashrc` file to add the Rust binary directory to MSYS2's `PATH`:

```
export PATH=$PATH:/c/msys64/clangarm64/bin
```
If you have installed Inno Setup, add the following line to the end of the `C:\msys64\home\ZhouZhiwu\.bashrc` file:
If you have installed Inno Setup, add the following line to the end of the `C:\msys64\home\<user>\.bashrc` file:

```
export PATH=$PATH:/c/msys64/clangarm64/bin:/c/Program\ Files\ \(x86\)/Inno\ Setup\ 6
Expand Down

0 comments on commit bf3e1e0

Please sign in to comment.