Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sudo apt update
Install the Bytenite CLI

```bash
sudo apt install bytenite-cli
sudo apt install bytenite
```
Troubleshooting

Expand All @@ -43,7 +43,7 @@ If you encounter any issues during installation:

3. Check if the package is available:
```bash
apt search bytenite-cli
apt search bytenite
```

For MacOS Users.
Expand All @@ -66,12 +66,12 @@ Here are some common operations you can perform with the Bytenite CLI:

- Check the installed version:
```bash
bytenite-cli --version
bytenite --version
```

- Initialize a new app:
```bash
bytenite-cli app new [app_name]
bytenite app new [app_name]
```


Expand Down