Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
Cr0a3 committed Mar 11, 2024
1 parent 890def2 commit 4fb6417
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,17 @@
Cpack is a package manager heavely inspirated by cargo for C++.

## Installation
You can go to our releases and download one build or build it by yourself.

[ToDo!]
### Self building
First you need to head to the rust install page: [Link](https://www.rust-lang.org/tools/install) and download and install Rust.

Then clone the repo:
```
git clone https://github.com/Toni-Graphics/cpack.git
```

The run:
```
cargo build --release
```
5 changes: 5 additions & 0 deletions backend/api.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

echo "Work is in progress!";

?>

0 comments on commit 4fb6417

Please sign in to comment.