diff --git a/README.md b/README.md index 4c8a69a..2d857f4 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 @@ -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 diff --git a/docs/en-GB/README.md b/docs/en-GB/README.md index e4b2f7a..ffa47a1 100644 --- a/docs/en-GB/README.md +++ b/docs/en-GB/README.md @@ -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. @@ -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 @@ -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