Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Viceroyy committed Jun 26, 2024
1 parent 9803e8c commit 2d53d2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -396,5 +396,5 @@ FodyWeavers.xsd
*.sln.iml

*.vcxproj.user
bin/
output/
build/
2 changes: 1 addition & 1 deletion Arsenal/Arsenal.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<VCProjectVersion>16.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword>
<ProjectGuid>{9d8bde6c-7474-4b07-bb47-a69b7f18ebfe}</ProjectGuid>
<RootNamespace>PoloniumCSS</RootNamespace>
<RootNamespace>Arsenal</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ To download source code this way [click here](https://github.com/Viceroyy/Arsena

#### With [git](https://git-scm.com)

Choose this option if you're going to contribute to the repo or you want to use version control system. Download size ~4 MB. Git is required to step further, if not installed download it [here](https://git-scm.com).
Choose this option if you're going to contribute to the repo or you want to use version control system. Download size ~2.5 MB. Git is required to step further, if not installed download it [here](https://git-scm.com).

Open git command prompt and enter following command:

Expand Down Expand Up @@ -92,8 +92,8 @@ When injected, menu is openable under `INSERT` key.

</details>

### Further optimizations
If your CPU doesn't support the AVX2 instruction set, you can disable it in project settings. Currently AVX2 instructions are selected in project settings.
### Instruction sets
If your CPU doesn't support the AVX2 instruction set, you can use SSE2 instructions instead in project settings. Currently AVX2 instructions are selected in project settings.

## FAQ

Expand Down

0 comments on commit 2d53d2f

Please sign in to comment.