Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Feb 20, 2024
1 parent 0bfdb9e commit 31d358a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 10 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,18 @@ Arx use the jubako format and create arx archive which:
- Allow to mount the archive to explore and use (read only) the files in the
archive without decompressing it.

Try arx
=======

Install arx
-----------
===========

Binaries for Windows, MacOS and Linux are available for [every release](https://gihub.com/jubako/arx/releases).
You can also install arx using Cargo:

```
cargo install arx
```

Use arx
=======

Create an archive
-----------------
Expand Down
15 changes: 12 additions & 3 deletions tar2arx/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
Convert tar archive to arx
==========================
Tar2Arx
=======

`tar2arx` is a command line tool to convert tar archive to arx format.

[Arx](https://crates.io/crates/arx) is a new file archive format.

Install tar2arx
---------------
===============

Binaries for Windows, MacOS and Linux are available for [every release](https://github.com/jubako/arx/releases).
You can also install tar2arx using Cargo:

```
cargo install tar2arx arx
Expand All @@ -13,6 +18,10 @@ cargo install tar2arx arx
You will need `arx` to read the archive.


Use tar2arx
===========


Convert a tar archive
---------------------

Expand Down
15 changes: 12 additions & 3 deletions zip2arx/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
Convert zip archive to arx
==========================
Zip2Arx
=======

`zip2arx` is a command line tool to convert zip archive to arx format.

[Arx](https://crates.io/crates/arx) is a new file archive format.

Install zip2arx
---------------
===============

Binaries for Windows, MacOS and Linux are available for [every release](https://github.com/jubako/arx/releases).
You can also install zip2arx using Cargo:

```
cargo install zip2arx arx
Expand All @@ -13,6 +18,10 @@ cargo install zip2arx arx
You will need `arx` to read the archive.


Use zip2arx
===========


Convert a zip archive
---------------------

Expand Down

0 comments on commit 31d358a

Please sign in to comment.