Skip to content

Commit

Permalink
Change some stuff due to new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AeEn123 committed Nov 27, 2024
1 parent 968585c commit 442f2f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
[🇬🇧 English](/docs/en-GB/README.md) |
*Can you speak English and any other language? Help translate by creating a pull request!*
> [!CAUTION]
> # The rust rewrite is unfinished, please use the python version for now
> [!NOTE]
> Roblox Assets Extractor has been rewritten in Rust with egui. The python version is kept for updating to the rust version.
Expand Down Expand Up @@ -42,6 +39,7 @@ There is also an extract all assets of this type button, you can use this button
There are similar buttons in the settings menu, where you can delete your cache or extract all assets, where it will automatically create folders within a folder you choose.

# CLI mode
CLI is work-in-progress.
See [CLI.md](/docs/en-GB/CLI.md)

# More Info
Expand All @@ -59,7 +57,7 @@ Building from source requires cargo, [which can be installed from rustup.](https

## 1. Clone the repository
```bash
git clone -b rust-rewrite https://github.com/AeEn123/Roblox-assets-extractor
git clone https://github.com/AeEn123/Roblox-assets-extractor
cd Roblox-assets-extractor
```
## 2. Build with cargo, the command you run depends on your use-case
Expand Down
6 changes: 2 additions & 4 deletions docs/en-GB/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
> [!CAUTION]
> # The rust rewrite is unfinished, please use the python version for now
> [!NOTE]
> Roblox Assets Extractor has been rewritten in Rust with egui. The python version is kept for updating to the rust version.
Expand Down Expand Up @@ -40,6 +37,7 @@ There is also an extract all assets of this type button, you can use this button
There are similar buttons in the settings menu, where you can delete your cache or extract all assets, where it will automatically create folders within a folder you choose.

# CLI mode
CLI is work-in-progress.
See [CLI.md](/docs/en-GB/CLI.md)

# More Info
Expand All @@ -57,7 +55,7 @@ Building from source requires cargo, [which can be installed from rustup.](https

## 1. Clone the repository
```bash
git clone -b rust-rewrite https://github.com/AeEn123/Roblox-assets-extractor
git clone https://github.com/AeEn123/Roblox-assets-extractor
cd Roblox-assets-extractor
```
## 2. Build with cargo, the command you run depends on your use-case
Expand Down

0 comments on commit 442f2f8

Please sign in to comment.