Skip to content

Commit

Permalink
crates release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Oct 8, 2024
1 parent 342c48d commit e1c0d6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ To install Nebby, use the provided `nebbybuild` script. This script will build a

This script will build the project in release mode and install the `nebb` binary to `/usr/local/bin/`, making it accessible from anywhere on your system.

You need cargo/rust installed to be able to use this build script.

## Usage

Run Nebby from the command line to access its features:
Expand Down
4 changes: 2 additions & 2 deletions nebbybuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Exit immediately if a command exits with a non-zero status
set -e

# Clean the project
# Clean the project / se this if you want to clean up cargo
# cargo clean

# Build the project in release mode
Expand All @@ -15,4 +15,4 @@ sudo cp target/release/nebb /usr/local/bin/
# Verify the installation
which nebb

echo "nebby has been rebuilt and installed successfully!"
echo "nebby has been built/rebuilt and installed successfully!"

0 comments on commit e1c0d6b

Please sign in to comment.