Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Percslol committed Sep 13, 2024
1 parent 7a5c3d1 commit 0e336c4
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 26 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ Anura shows as more of a proof-of-concept with what's possible on the modern web
- Make sure you have `Docker` installed and running.
- Run `make rootfs`
- Make sure to add yourself to the Docker group using `usermod -a -G docker $USER`
- (Special Use Case) In the event that you should need to override/manually add the initrd and kernel, remember to keep track of the file names of initrd and vmlinuz in build/images/(rootfs)-boot/. Then, copy them to the Anura root directory and rename them to initrd.img and bzimage respectively.(See the extended instructions [here](./documentation/Kernel_Override.md).)

### Running Anura Locally

Expand Down
19 changes: 0 additions & 19 deletions documentation/Kernel_Override.md

This file was deleted.

4 changes: 0 additions & 4 deletions documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@
## [Anura App Development](./appdevt.md)

## [Marketplace Documentation](./marketplace.md)

## [Using the Kernel Override](./Kernel_Override.md)

## [Anura Security Blueprint](./SECURITY-BP.md)
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions documentation/marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,15 @@ Here is an example of a manifest.json

This is mostly the same for libraries, minus the `dependencies` and `installHook` sections.

### Publishing
## Publishing

To make a repo accessible via the Store Library you can use the utility [create-anura-repo](https://github.com/MercuryWorkshop/create-anura-repo). It's as simple as running a command in your terminal.

```bash
$ npx create-anura-repo
```

After doing this you can add host the repo statically and be able to use it in libstore. Keep in mind you will have to rerun this command whenever a change is made to the repo as this takes all of your individual app manifests and packages it into `list.json` to make repos fast to resolve.
After doing this you can add host the repo statically and be able to use it in libstore. Keep in mind you will have to rerun this command whenever a change is made to the repo as this takes all of your individual app manifests and packages it into `list.json` to make repos fast to resolve. Another thing to take note of is package identifiers. Your folder name for your apps and libraries should match the package identifier that is given to it as this is how the marketplace finds your

# libstore

Expand Down

0 comments on commit 0e336c4

Please sign in to comment.