Skip to content

Commit

Permalink
chore: clean root
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabaut committed Nov 23, 2023
1 parent 42f57cc commit b4d4e23
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/try_anvil-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: (try_anvil_auto) Testing try_anvil, without the stepping
run: |
./try_anvil_auto || echo -e "\033[1;31mFailed.\e[0m\n"
./try-anvil/try_anvil_auto || echo -e "\033[1;31mFailed.\e[0m\n"
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,16 @@ I did not want to learn how to write nice makefiles or chaining a couple git com

To see how this marvelous work of art works, run:

```
$ ./try_anvil
```sh
cd try-anvil
./try_anvil
```

## try-anvil
## try-anvil dir

All commands ran by the script will be shown on screen with a `+` before them.
All commands ran by the scripts will be shown on screen with a `+` before them.

It's a script running `./anvil` with various flags using the provided ./bin example references, so you can see how to call amboso with different flags.
`try-anvil/try_anvil` It's a script running `./anvil` with various flags using the provided ./bin example references, so you can see how to call amboso with different flags.

### Note

Expand All @@ -88,9 +89,6 @@ This command hints you to symlinking `./amboso` to `super_repo/anvil`, and shows

It can now also show how the repo itself complies with amboso specs to run in git mode.

TODO: I should probably update `./try_anvil` to show usage of test commands, should come soon.
Altought I expect some headache due to the backtrace, we'll see.

## General usage <a name = "general_usage"></a>

## stego.lock <a name = "stego"></a>
Expand Down Expand Up @@ -125,7 +123,7 @@ I will look into this to ensure you don't have to stick to this name for the tar

Contains a directory for each supported tag (directories **must** start with an extra v prepended to the tag name, like so:

```
```console
super-repo
├── amboso
│   ├── amboso
Expand All @@ -149,7 +147,9 @@ super-repo
│   ├── LICENSE
│   ├── Makefile
│   ├── README.md
│   └── try_anvil
│   └── try-anvil
│      ├── try_anvil
│      └── try_anvil_auto
├── kazoj
```

Expand All @@ -163,7 +163,7 @@ Having to prepend every tag directory with 'v' may not be the best, but it's som

The script **always** needs to know the directory containing the target builds, so **if you don't define one yourself** when running, by using -D :

```
```sh
amboso -D SOME_DIR -h
```

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b4d4e23

Please sign in to comment.