Skip to content

Commit

Permalink
chore: fix formatting in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
swiknaba committed Mar 12, 2024
1 parent 4387903 commit 561bb8f
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
# AWS Manager

## Feature Scope

* Generate short-lived password to login to an RDS instance with IAM authentication
* tbd

This is a Rust rewrite based on https://tauri.studio/ to learn Rust.
This is a Rust rewrite based on [Tauri](https://tauri.studio/) to learn Rust.
Join our (internal) Rust-learning channel if you want: [#learning-rust](http://go/rust)

More learning resources:

* [rust-lang/rustlings](https://github.com/rust-lang/rustlings)
* [freecodecamp/rust-in-replit/](https://www.freecodecamp.org/news/rust-in-replit/)
# How to install

## How to install

Check latest release and install using binary suitable for your OS!

## Project setup

```sh
Expand All @@ -20,7 +25,7 @@ cd src-tauri
cargo build
```

# How to build
## How to build

```sh
yarn tauri:build
Expand All @@ -32,21 +37,25 @@ on ARM/M1/M2:
yarn tauri:build --target universal-apple-darwin
```

# How to contribute
## How to contribute

* Open an issue to start a conversation
* Open a pull request

### Compiles and hot-reloads for development
```

```shell
yarn tauri:serve
```

### Compiles and minifies for production
```

```shell
yarn tauri:build
```

### Lints and fixes files
```

```shell
yarn lint
```

0 comments on commit 561bb8f

Please sign in to comment.